EffectiveRights Enum

Definition

Defines the effective user rights that are associated with an item or folder.

This enumeration supports a bitwise combination of its member values.

public enum class EffectiveRights
[System.Flags]
public enum EffectiveRights
Public Enum EffectiveRights
Inheritance
EffectiveRights
Attributes

Fields

CreateAssociated 1

The user can create folder associated items (FAIs).

CreateContents 2

The user can create items.

CreateHierarchy 4

The user can create subfolders.

Delete 8

The user can delete items and/or folders.

Modify 16

The user can modify the properties of items and/or folders.

None 0

The user has no access rights on the item or folder.

Read 32

The user can read the contents of items.

ViewPrivateItems 64

The user can view items that are marked private.

Applies to