Class MovePageEventArgs
Event arguments passed from IContent
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 Move
Declaration
public MovePageEventArgs(ContentReference contentLink, ContentReference destinationLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The page link. |
Content |
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 |
---|---|
Page |
The original parent. |