Sitecore 5.0 API

ItemRights Enumeration

Values must correspond to ItemOperation values

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum ItemRights
[C#]
public enum ItemRights

Remarks

AllowXxx values must be the same as the corresponding ItemOperation value

Members

Member NameDescriptionValue
UndefinedUndefined.0
AllowAdminAllow admin.1
DenyAdminDeny admin.2
AllowCreateAllow create.4
DenyCreateDeny create.8
AllowDeleteAllow delete.16
DenyDeleteDeny delete.32
AllowPublishAllow publish.64
DenyPublishDeny publish.128
AllowReadAllow read.256
DenyReadDeny read.512
AllowRenameAllow rename.1024
DenyRenameDeny rename.2048
AllowWriteAllow write.4096
DenyWriteDeny write.8192
AllowAllAllow all.0

Requirements

Namespace: Sitecore.SecurityModel

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

Sitecore.SecurityModel Namespace