AlertCollection.Add method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function Add ( _
alertCreationInformation As AlertCreationInformation _
) As ClientResult(Of Guid)
'Usage
Dim instance As AlertCollection
Dim alertCreationInformation As AlertCreationInformation
Dim returnValue As ClientResult(Of Guid)
returnValue = instance.Add(alertCreationInformation)
public ClientResult<Guid> Add(
AlertCreationInformation alertCreationInformation
)
Parameters
- alertCreationInformation
Type: Microsoft.SharePoint.Client.AlertCreationInformation
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Guid>