This documentation is archived and is not being maintained.
SPEventType enumeration
Specifies the type of event for a list, list item, document, or document library to which an alert responds.
Namespace:
Microsoft.SharePointAssembly:
Microsoft.SharePoint (in Microsoft.SharePoint.dll)
No code example is currently available or this language may not be supported.
| 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) |