Try our conversational search powered by Generative AI!

Class CopyPageEventArgs

Event arguments used for page copy operations.

Inheritance
System.Object
System.EventArgs
CopyPageEventArgs
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.7
Syntax
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

The page that is being copied

Declaration
public PageReference SourcePageLink { get; set; }
Property Value
Type Description
PageReference

Changing this object will not change the behavior of a copy operation.

Extension Methods