SPEventReceiverListItemVersionType enumeration
SharePoint 2013
Specifies the type of historical version of the list item for which the event applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| InvalidVersion | The event type does not apply to a historical version of the list item. Value = 0. | |
| SpecificVersion | The event applies to the previous version of the list item specified in the ListItemVersion property. Value = 1. | |
| AllMinorVersions | The event applies to all previous minor versions of the list item. Value = 2. | |
| AllVersions | The event applies to all previous versions of the list item. Value = 3. |
Show: