SPWebEventReceiver.WebMoved-Methode
Asynchrone After Ereignis tritt ein, nachdem eine vorhandene Website verschoben wurde.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub WebMoved ( _
properties As SPWebEventProperties _
)
'Usage
Dim instance As SPWebEventReceiver
Dim properties As SPWebEventProperties
instance.WebMoved(properties)
public virtual void WebMoved(
SPWebEventProperties properties
)
Parameter
properties
Typ: Microsoft.SharePoint.SPWebEventPropertiesEin SPWebEventProperties -Objekt, das Eigenschaften des Ereignishandlers darstellt.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | properties ist Null . |