Enum SoUser.PermissionType
Type of permission required for dealing with a person's license information
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
[Flags]
public enum SoUser.PermissionType
Fields
Name | Description |
---|---|
Administrator | Administrators can manage on behalf of others |
All | Everybody can manage on behalf of himself and all administrators (Administrator and System) can manage onbehalf of others |
AllAdministrators | All administrators (Administrator and System) |
ManageExternal | The user can manage external users |
Own | Everybody can manage on behalf of himself |
OwnNotPerson | The currently logged on person can manage for himself |
OwnPerson | The currently logged on person can manage for himself if he is a named user |
System | System users can manage on behalf of others. |