Class MoveContentEventArgs
Event arguments passed from IContent
Inherited Members
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class MoveContentEventArgs : ContentEventArgs
Constructors
MoveContentEventArgs(ContentReference, ContentReference)
Initializes a new instance of the Move
Declaration
public MoveContentEventArgs(ContentReference contentLink, ContentReference destinationLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The page link. |
Content |
destinationLink | The destination link. |
Properties
Descendents
Gets or sets a list of references to any descendents that will also be affected by the move operation.
Declaration
public IEnumerable<ContentReference> Descendents { get; set; }
Property Value
Type | Description |
---|---|
System. |
OriginalContentLink
Gets the original (before move) reference for the Content that is being moved.
Declaration
public ContentReference OriginalContentLink { get; }
Property Value
Type | Description |
---|---|
Content |
The previous content reference. |
Remarks
In most cases is Original
OriginalParent
Gets or sets the original (before move) parent for ContentLink
Declaration
public ContentReference OriginalParent { get; set; }
Property Value
Type | Description |
---|---|
Content |
The previous parent. |