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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Sub Update ( _
bSendMail As Boolean _
)
'Usage
Dim instance As SPAlert
Dim bSendMail As Boolean
instance.Update(bSendMail)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public void Update(
bool bSendMail
)
Parameters
bSendMail
Type: System.Booleantrue to send confirmation e-mail; otherwise, false.