Click or drag to resize
UserAccountLockCode Class
Page mode code.
Inheritance Hierarchy
SystemObject
  CMS.MembershipUserAccountLockCode

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static class UserAccountLockCode

The UserAccountLockCode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDisabledManually
User account was disabled manually.
Public fieldStatic memberMaximumInvalidLogonAttemptsReached
User account was disabled because user reach maximum invalid logon attempts.
Public fieldStatic memberPasswordExpired
User account was disabled because his password expired.
Top
Methods
  NameDescription
Public methodStatic memberFromEnum
Returns the user account lock code from the enumeration value.
Public methodStatic memberGetLockEnumFromString
Gets the user account lock enumeration from the string value.
Public methodStatic memberToEnum
Returns the enumeration representation of the user account lock code.
Top
See Also