SPEventType Enumeration
Specifies the type of event for a list, list item, document, or document library to which an alert responds.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPEventType
Dim instance As SPEventType
public enum SPEventType
Members
Member name | Description | |
---|---|---|
Add | Additions to the list or list item. | |
Modify | All changes made in a list or list item. | |
Delete | Deletion of a list or list item. | |
Discussion | Changes in Web discussions. | |
All | All events pertaining to the list or list item. |