IUserDetailsService CheckPasswordsExpired Method CelloSaaS API Documentation
Return true or false based on whether the membership id's password has expired or not.

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

bool CheckPasswordsExpired(
	string membershipId
)

Parameters

membershipId
Type: System String
The membership id.

Return Value

Type: Boolean
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf membership id is null or empty.
See Also