IUserDetailsService UpdateFirstTimeLogOn Method (String, String, String, String, Boolean) CelloSaaS API Documentation
Updates the first time log on.

Namespace: CelloSaaS.ServiceContracts.UserManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

[ObsoleteAttribute]
void UpdateFirstTimeLogOn(
	string membershipId,
	string password,
	string securityQuestion,
	string securityAnswer,
	bool firstLogOn
)

Parameters

membershipId
Type: System String
The membership id.
password
Type: System String
The password.
securityQuestion
Type: System String
The security question.
securityAnswer
Type: System String
The security answer.
firstLogOn
Type: System Boolean
if set to true [first log on].
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf password or securityAnswer or Security Question is null.
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
See Also