EffectiveRights Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | The user has no access rights on the item or folder. |
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. |
Read | 32 | The user can read the contents of items. |
ViewPrivateItems | 64 | The user can view items that are marked private. |