Data rights
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
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