Click or drag to resize
UserDataSourceResetPassword Method
Reset user's password

Namespace: ArtDatabanken.WebService.Client.UserService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IPasswordInformation ResetPassword(
	IUserContext userContext,
	string emailAddress
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
emailAddress
Type: SystemString
Users email address.

Return Value

Type: IPasswordInformation
Information about user and new password.

Implements

IUserDataSourceResetPassword(IUserContext, String)
See Also