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

'Declaration
Public Enumeration SPEventType
'Usage
Dim instance As SPEventType
public enum SPEventType

Members

Member name Description
Add Additions to the list or list item. (0x00000001)
Modify All changes made in a list or list item. (0x00000002)
Delete Deletion of a list or list item. (0x00000004)
Discussion Changes in Web discussions. (0x00000FF0)
All All events pertaining to the list or list item. (-1)

See also

Reference

Microsoft.SharePoint namespace