Filters Element (AlertTemplates)
Applies to: SharePoint Foundation 2010
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>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
Parent Elements
Example
For an example of how this element is used, see FilterDefinition Element (AlertTemplates).