Enum TrackableState
Represents the various states that a versioned item can have.
Namespace: Coree.NETASP.UnderConstruction
Assembly: Coree.NETASP.dll
Syntax
public enum TrackableState
Fields
| Name | Description |
|---|---|
| ItemAdded | Indicates that an item was added. |
| ItemInitialized | Indicates that an item was initialized. |
| ItemInserted | Indicates that an item was inserted. |
| ItemRemoved | Indicates that an item was removed. |
| ItemUpdated | Indicates that an item was updated. |
| ListItemConverted | Indicates that an item was converted from a list. |
| RangeAdded | Indicates that a range of items was added. |