Data rights
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
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