Data rights
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax[FlagsAttribute]
public enum PsrRights
Members
| Member name | Value | Description |
---|
| RightRead | 1 |
Read right on an object
|
| RightWrite | 2 |
Write right on an object
|
| RightDelete | 4 |
Delete right on an object
|
| RightRight | 8 |
Right right on an object
|
| RightMove | 16 |
Move right on an object
|
| RightExport | 32 |
Export right on an object
|
| RightPrint | 64 |
Print right on an object
|
| RightAppend | 128 |
Append right on an object (only applies to organisation units)
|
| RightAll | 127 |
All rights (without append, append only applies to organisation units)
|
See Also