EffectiveRights - перечисление

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

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
[FlagsAttribute]
public enum EffectiveRights

Члены

None0 The user has no acces right on the item or folder.
CreateAssociated1 The user can create associated items (FAI)
CreateContents2 The user can create items.
CreateHierarchy4 The user can create sub-folders.
Delete8 The user can delete items and/or folders.
Modify16 The user can modify the properties of items and/or folders.
Read32 The user can read the contents of items.
ViewPrivateItems64 The user can view private items.

См. также