UserAccountLockCodeGetLockEnumFromString Method |
Gets the user account lock enumeration from the string value.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static UserAccountLockEnum GetLockEnumFromString(
string userAccountLock
)
Parameters
- userAccountLock
- Type: SystemString
User account lock string
Return Value
Type:
UserAccountLockEnumSee Also