Sitecore 5.0 API

ItemOperation Enumeration

Values must correspond to ItemRights values

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

Remarks

A user has access to an item, if the user has sufficient security permissions and the current workflow state of the item permits the user. Access combines the permissions from both security and workflow state.

Values must be the same as the corresponding ItemRights AllowXxx value.

Members

Member NameDescription
UndefinedUndefined.
AdminAdmin.
CreateCreate.
DeleteDelete.
PublishPublish.
ReadRead.
RenameRename.
WriteWrite.

Requirements

Namespace: Sitecore.Access

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

See Also

Sitecore.Access Namespace