EffectiveRights - перечисление
Defines the effective user rights associated with an item or folder.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
[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.
|