Share via


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

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Guid>

See also

Reference

AlertCollection class

AlertCollection members

Microsoft.SharePoint.Client namespace