Click or drag to resize
UserAccountLockCodeGetLockEnumFromString Method
Gets the user account lock enumeration from the string value.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static UserAccountLockEnum GetLockEnumFromString(
	string userAccountLock
)

Parameters

userAccountLock
Type: SystemString
User account lock string

Return Value

Type: UserAccountLockEnum
See Also