Freigeben über


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

  • newAlert
    Typ: System.Boolean

    true , wenn die Benachrichtigung behandelt werden, ist neu. andernfalls false

  • properties
    Typ: System.String

    Eine 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.

Siehe auch

Referenz

IAlertUpdateHandler Schnittstelle

IAlertUpdateHandler-Member

Microsoft.SharePoint-Namespace