NotificationParserType enumeration
Represents an enumeration of the NotificationParserType.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration NotificationParserType
'Usage
Dim instance As NotificationParserType
public enum NotificationParserType
Members
Member name | Description | |
---|---|---|
IdentityNotificationParser | Notification contains identity information. | |
ODataEntryContentNotificationParser | Notification contains entire contents of the specific finder output. | |
Custom | Custom notification parser. |