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)

Syntax

'Declaration
<GuidAttribute("8D8B6E93-D1E7-449a-A522-C35CBCE1BA63")> _
Public NotInheritable Class SPAlertTemplate _
    Inherits SPPersistedObject
'Usage
Dim instance As SPAlertTemplate
[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.

See also

Reference

SPAlertTemplate members

Microsoft.SharePoint namespace