SPWebEventReceiver.WebMoving Method
SharePoint 2010
Synchronous Before event that occurs before an existing Web site has been renamed or moved to a different parent object.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Parameters
- properties
- Type: Microsoft.SharePoint.SPWebEventProperties
An SPWebEventProperties object that represents properties of the event handler.
| Exception | Condition |
|---|---|
| ArgumentNullException | properties is null. |
The means for moving and renaming Web sites include the following:
Setting the ServerRelativeUrl of a Web site and calling the Update method.
Renaming—but not moving to a different parent object—the site in a Web authoring application that is compatible with SharePoint Foundation, such as Microsoft Office SharePoint Designer 2007.
This method supports event cancellation and error messages.