This topic has not yet been rated - Rate this topic

SPWebEventReceiver.WebMoving Method

Windows SharePoint Services 3
Synchronous Before event that occurs before an existing Web site has been renamed or moved to a different parent object.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public virtual void WebMoving (
	SPWebEventProperties properties
)

Parameters

properties

An SPWebEventProperties object that represents properties of the event handler.

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 Windows SharePoint Services, such as Microsoft Office SharePoint Designer 2007.

This class supports event cancellation and error messages.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.