Class CopyPageEventArgs
Event arguments used for page copy operations.
Inherited Members
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CopyPageEventArgs : PageEventArgs
Constructors
CopyPageEventArgs(ContentReference, PageReference, ContentReference)
Initializes a new instance of the Copy
Declaration
public CopyPageEventArgs(ContentReference contentLink, PageReference sourceLink, ContentReference targetLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The page link. |
Page |
sourceLink | The source link. |
Content |
targetLink | The target link. |
Properties
SourcePageLink
The page that is being copied
Declaration
public PageReference SourcePageLink { get; set; }
Property Value
Type | Description |
---|---|
Page |
Remarks
Changing this object will not change the behavior of a copy operation.