Click or drag to resize

StandardRightKind Enumeration

Type of CRUD user rights.

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
[FlagsAttribute]
public enum StandardRightKind
Members
  Member nameValueDescription
Create1 Right to create for current user.
InheritedCreate2 Right to create for group of current user.
Read4 Right to read for current user.
InheritedRead8 Right to read for group of current user.
Update16 Right to update for current user.
InheritedUpdate32 Right to update for group of current user.
Delete64 Right to delete for current user.
InheritedDelete128 Right to delete for group of current user.
Print256 Right to print for current user.
InheritedPrint512 Right to print for group of current user.
See Also