Class MovePageEventArgs
Event arguments passed from IContentRepository for page move related events.
Inherited Members
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class MovePageEventArgs : PageEventArgs
Constructors
MovePageEventArgs(ContentReference, ContentReference)
Initializes a new instance of the MovePageEventArgs class.
Declaration
public MovePageEventArgs(ContentReference contentLink, ContentReference destinationLink)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | contentLink | The page link. |
ContentReference | destinationLink | The destination link. |
Properties
OriginalParent
Gets or sets the original (before move) parent for PageLink
Declaration
public PageReference OriginalParent { get; set; }
Property Value
Type | Description |
---|---|
PageReference | The original parent. |