Properties element (AlertTemplates)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Excludes fields from the list that is displayed in the alert message.
<Properties>
[<ImmediateNotificationExcludedFields>
...
</ImmediateNotificationExcludedFields>] [<DigestNotificationExcludedFields>
...
</DigestNotificationExcludedFields>]
[<NotificationHandlerAssembly>
</NotificationHandlerAssembly>] [<NotificationHandlerClassName>
</NotificationHandlerClassName>]
[<UpdateHandlerAssembly>
</UpdateHandlerAssembly>] [<UpdateHandlerClassName>
</UpdateHandlerClassName>]
</Properties>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
- ImmediateNotificationExcludedFields
- DigestNotificationExcludedFields
- NotificationHandlerAssembly
- NotificationHandlerClassName
- UpdateHandlerAssembly
- UpdateHandlerClassName
Parent elements
Example
<Properties>
<ImmediateNotificationExcludedFields>
ID;Author;Editor;Modified_x0020_By;Created_x0020_By;
_UIVersionString;ContentType;TaskGroup;IsCurrent;Attachments;
NumComments;
</ImmediateNotificationExcludedFields>
<DigestNotificationExcludedFields>
ID;Author;Editor;Modified_x0020_By;Created_x0020_By;
_UIVersionString;ContentType;TaskGroup;IsCurrent;Attachments;
NumComments;
</DigestNotificationExcludedFields>
</Properties>