AlertTemplate element (AlertTemplates)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Defines an alert message template.

<AlertTemplate
  Type="List" | "Item" | "Custom"
  Default="True" | "False"
  Name="Text">
    <EventTypes IsVisible="True" | "False"/>
    <Format>
    ...
    </Format>
    <Properties>
    ...
    </Properties>
    <Filters>
    ...
    </Filters>
</AlertTemplate>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
Type
Specifies the item type that is associated with the alert template; either List, Item, or Custom.
Default
Specifies whether the template is the default alert template.
Name
Specifies the template name.

Child elements

Parent elements