SPAlertType enumeration
Specifies the type of item to which an alert applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPAlertType
'Usage
Dim instance As SPAlertType
public enum SPAlertType
Members
Member name | Description | |
---|---|---|
List | Applies to a list. | |
Item | Applies to a list item. | |
Custom | Applies to any object that is not a list item, list, or site collection. For example, a search alert. For alerts of custom type, the MatchId can be an empty GUID. |