Updates the first time log on.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
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
Exception | Condition |
---|---|
System ArgumentNullException | If password or securityAnswer or Security Question is null. |
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
See Also