'Declaration
<FlagsAttribute()> Public Enum UserType Inherits System.Enum
[Flags()] public enum UserType : System.Enum
'Declaration
<FlagsAttribute()> Public Enum UserType Inherits System.Enum
[Flags()] public enum UserType : System.Enum
Member | Value | Description |
---|---|---|
Administrator | 16 | An administrator |
CanLogIn | 28 | Users that have accounts |
Full | 8 | A normal user |
FullApplicationAccess | 24 | Users that can access all application-specific features |
Reviewer | 4 | A lightweight reviewer user |
System | 1 | The internal system user |
Unknown | 0 | No user type has been specified |
Virtual | 2 | A virtual user (only has an email address, can't access the system) |
System.Object
System.ValueType
System.Enum
Loupe.Extensibility.Data.UserType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2