SPAlertTemplateCollection.Add Method
Adds an alert template to the SPAlertTemplateCollection object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function Add As SPAlertTemplate
'Usage
Dim instance As SPAlertTemplateCollection
Dim returnValue As SPAlertTemplate
returnValue = instance.Add()
public SPAlertTemplate Add()
Return Value
Type: Microsoft.SharePoint.SPAlertTemplate
The alert template that is added.
See Also
Reference
SPAlertTemplateCollection Class