AlertTemplate 元素 (AlertTemplates)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

本文内容
属性
子元素
父元素

定义通知消息模板。

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

属性

属性

说明

Type

指定与通知模板关联的项目类型;可为"List"、"Item"或"Custom"。

Default

指定该模板是否为默认通知模板。

Name

指定模板名称。

子元素

EventTypesFormatPropertiesFilters

父元素

AlertTemplates