Enum RoleType
0 = employee, 1 = external user, 2 = anonymous This Enum is used by: Role.roleType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum RoleType : short
Fields
| Name | Description |
|---|---|
| Anonymous | 2: Anonymous (implicit) users. |
| Employee | 0: Normal employee |
| ExternalUser | 1: External User |
| System | 3: System users - sentry is bypassed for this kind of users. |