SPAlert.Update method (Boolean)

Updates the SharePoint database with changes made to the alert and optionally sends a confirmation e-mail message.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Update ( _
    bSendMail As Boolean _
)
'Usage
Dim instance As SPAlert
Dim bSendMail As Boolean

instance.Update(bSendMail)
public void Update(
    bool bSendMail
)

Parameters

  • bSendMail
    Type: System.Boolean

    true to send confirmation e-mail; otherwise, false.

See also

Reference

SPAlert class

SPAlert members

Update overload

Microsoft.SharePoint namespace