Enum PermissionType
Actions permitted by Permissions for some class of objects.
public enum PermissionType
Fields
ExportEntities = 2Permission to export data for a specific type of entity.
Flag = 4Permission for some application-specific function. See WellKnownFlags for some built-in framework flags.
A flag should only increase a user's access or remove some restriction as in some cases (such as for administrators) a user may be granted all flags.
IsAdmin = 5System administrator. Required for accesss to "admin mode" on some front-end screens and a number of other miscellaneous functions.
ReadEntities = 0Permission to read a specific type of entity.
ReadTenant = 3Permission to access data in a particular tenancy.
WriteEntities = 1Permission to modify a specific type of entity.