Sitecore 5.0 API

ItemUpdateType Enumeration

Defines the type of update to an item.

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

Members

Member Name Description
AddedItem was added.
CopiedItem was copied.
DeletedItem was deleted.
MovedItem was moved.
SavedItem was saved.
VersionAddedA version was added to the item.
VersionRemovedA version was removed from the item.

Requirements

Namespace: Sitecore.Data.Items

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

See Also

Sitecore.Data.Items Namespace