Click or drag to resize

PsrRights Enumeration

Data rights

Namespace:  PsrApi.Data.Enums
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
[FlagsAttribute]
public enum PsrRights
Members
  Member nameValueDescription
RightRead1 Read right on an object
RightWrite2 Write right on an object
RightDelete4 Delete right on an object
RightRight8 Right right on an object
RightMove16 Move right on an object
RightExport32 Export right on an object
RightPrint64 Print right on an object
RightAppend128 Append right on an object (only applies to organisation units)
RightAll127 All rights (without append, append only applies to organisation units)
See Also