IAlertUpdateHandler.PostUpdate-Methode
Asynchrone After -Ereignis, das auftritt, nachdem eine Benachrichtigung in die Benutzeroberfläche geändert wurde.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function PostUpdate ( _
a As SPAlert, _
web As SPWeb, _
newAlert As Boolean, _
properties As String _
) As Boolean
'Usage
Dim instance As IAlertUpdateHandler
Dim a As SPAlert
Dim web As SPWeb
Dim newAlert As Boolean
Dim properties As String
Dim returnValue As Boolean
returnValue = instance.PostUpdate(a, web, _
newAlert, properties)
bool PostUpdate(
SPAlert a,
SPWeb web,
bool newAlert,
string properties
)
Parameter
a
Typ: Microsoft.SharePoint.SPAlertEin SPAlert -Objekt, das die Benachrichtigung darstellt.
web
Typ: Microsoft.SharePoint.SPWebEin SPWeb -Objekt, das die Website darstellt.
newAlert
Typ: System.Booleantrue , wenn die Benachrichtigung behandelt werden, ist neu. andernfalls false
properties
Typ: System.StringEine Zeichenfolge mit Eigenschaften der Warnung.
Rückgabewert
Typ: System.Boolean
Ein boolescher Wert, der zu verhindern, dass das Update oder ein SPExceptionausgelöst verwendet werden kann.