SPAlertTemplateCollection class

Represents a collection of alert templates.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPAlertTemplate>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPAlertTemplate>
      Microsoft.SharePoint.SPAlertTemplateCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")> _
Public NotInheritable Class SPAlertTemplateCollection _
    Inherits SPPersistedChildCollection(Of SPAlertTemplate)
'Usage
Dim instance As SPAlertTemplateCollection
[GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")]
public sealed class SPAlertTemplateCollection : SPPersistedChildCollection<SPAlertTemplate>

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

SPAlertTemplateCollection members

Microsoft.SharePoint namespace