Filters element (AlertTemplates)

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

Filters enable you to create new triggers for an event such as the priority of a task has changed. To modify existing filters or create additional filters, modify the Filter Definition element of the appropriate template. Define the Query element inside the filter by using Collaborative Application Markup Language (CAML).

<Filters>
  <FilterDefinition>
    ...
  </FilterDefinition>  [<FilterDefinition>
    ...
  </FilterDefinition>]
</Filters>

Elements and attributes

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

Attributes

None

Child elements

Parent elements

Example

For an example of how this element is used, see FilterDefinition element (AlertTemplates).