Class CopyPageEventArgs
Event arguments used for page copy operations.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class CopyPageEventArgs : PageEventArgs
Constructors
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.