SPAlertTemplate Class
Defines the template used for an alert.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.SPAlertTemplate
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<GuidAttribute("8D8B6E93-D1E7-449a-A522-C35CBCE1BA63")> _
Public NotInheritable Class SPAlertTemplate _
Inherits SPPersistedObject
'Usage
Dim instance As SPAlertTemplate
[SubsetCallableTypeAttribute]
[GuidAttribute("8D8B6E93-D1E7-449a-A522-C35CBCE1BA63")]
public sealed class SPAlertTemplate : SPPersistedObject
Remarks
Alert templates define the content and format of an alert message. In the case of email alert messages, they also define the style and rendering.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.