Enum UserStatusType
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Represents the various statuses a user can have.
public enum UserStatusType
Fields
Active = 1Indicates that the user is currently active.
Inactive = 2Indicates that the user is currently inactive.
None = 0Indicates that the user status is not set.
Pending = 3Indicates that the user's status is pending, and an invitation has been sent.