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
<GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPAlertTemplateCollection _
Inherits SPPersistedChildCollection(Of SPAlertTemplate)
Dim instance As SPAlertTemplateCollection
[GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.