Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.54 KB

filters-element-alerttemplates.md

File metadata and controls

50 lines (36 loc) · 1.54 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority api_name api_type ms.assetid description
Filters element (AlertTemplates)
soliver
3/9/2015
Developer
reference
medium
AlertTemplates schema
schema
9ddc11ad-dcb2-423d-a69f-09545611eada
Filters enable you to create new triggers for an event such as "the priority of a task has changed."

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).