Data rights
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.4.33163 (18.08.2025)+dec6f51c484240b8abaa8be3c442061ed610820b
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