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