Click or drag to resize

UserState Enumeration

Possible states of a user account.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public enum UserState
Members
  Member nameValueDescription
Unauthorized0 The user account is unauthorized, an administrator must approved him.
Approved1 The user account was approved, but not yet activated.
Activated2 The user account was activated.
See Also