Taylohtio/AlertManager/SPSolutions.SharePoint.Aler.../SPSolutions.SharePoint/Alerts.BaseAlertTemplate.xml

13 lines
904 B
XML

<AlertTemplate Type="Custom" Name="[AlertTemplateName]" alertTemplateName="" AlwaysNotify="True" DefaultTitle="[AlertTemplateName]">
<EventTypes IsVisible="True"/>
<Frequency IsVisible="true" ShowImmediate="true" ShowDaily="false" ShowWeekly="false" ShowTime="false" DefaultFrequency="Immediate"/>
<Filters IsVisible="true"/>
<Properties>
<NotificationHandlerAssembly>[NotificationHandlerAssembly]</NotificationHandlerAssembly>
<NotificationHandlerClassName>[NotificationHandlerClassName]</NotificationHandlerClassName>
<NotificationHandlerProperties>[NotificationHandlerProperties]</NotificationHandlerProperties>
<UpdateHandlerAssembly>[UpdateHandlerAssembly]</UpdateHandlerAssembly>
<UpdateHandlerClassName>[UpdateHandlerClassName]</UpdateHandlerClassName>
<UpdateHandlerProperties>[UpdateHandlerProperties]</UpdateHandlerProperties>
</Properties>
</AlertTemplate>