SPAlertTemplateCollection Constructor
Initialize a new instance of the SPAlertTemplateCollection class.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
wssService As SPWebService _
)
'Usage
Dim wssService As SPWebService
Dim instance As New SPAlertTemplateCollection(wssService)
public SPAlertTemplateCollection(
SPWebService wssService
)
Parameters
wssService
Type: Microsoft.SharePoint.Administration.SPWebServiceThe parent content publishing Web service for the alert templates.
See Also
Reference
SPAlertTemplateCollection Class