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 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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPEventType
'Usage
Dim instance As SPEventType
[SubsetCallableTypeAttribute]
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) |