Enum PermissionType
The permissions.
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum PermissionType : int
Remarks
Only Denied Write and Exclusive Write are valid. Other permissions are reserved for future use.
Fields
Name | Description |
---|---|
Denied | [Future Permission placeholder] The role is not allowed any access to the item with this permission. |
DeniedRead | [Future Permission placeholder] The role is not allowed to read the item with this permission. |
DeniedWrite | The role is not allowed to write the item with this permission. |
Exclusive | [Future Permission placeholder] Only the role is allowed any access to the item with this permission. |
ExclusiveRead | [Future Permission placeholder] Only the role is allowed to read the item with this permission. |
ExclusiveWrite | Only the role is allowed to write the item with this permission. |