To check whether this membershipid is forced for password reset or not
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.
- tenantId
- Type: System String
tenant id
Return Value
Type: Booleantrue : if the user has been forced for password change false : if the user has NOT been forced for password change
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If membership id is null or empty. |
See Also