Click or drag to resize
UserAccountLockCodeToEnum Method
Returns the enumeration representation of the user account lock code.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static UserAccountLockEnum ToEnum(
	int code
)

Parameters

code
Type: SystemInt32
User account lock code

Return Value

Type: UserAccountLockEnum
See Also