Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration SPEventReceiverListItemVersionType
'Usage
Dim instance As SPEventReceiverListItemVersionType
public enum SPEventReceiverListItemVersionType
Members
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. |