[FlagsAttribute]
public enum EffectiveRights<FlagsAttribute>
Public Enumeration EffectiveRights[FlagsAttribute]
public enum class EffectiveRights[<FlagsAttribute>]
type EffectiveRights| None | 0 | The user has no acces right on the item or folder. |
| CreateAssociated | 1 | The user can create associated items (FAI) |
| CreateContents | 2 | The user can create items. |
| CreateHierarchy | 4 | The user can create sub-folders. |
| 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 private items. |
| GetDescription |
Возвращает описание, указанное в строке атрибута [Description] для заданного значения перечисления.
(Определяется PlatformExtensions) |
| SetFlagT |
Устанавливает или сбрасывает указанный флаг у флагового перечисления.
(Определяется PlatformExtensions) |