Try our conversational search powered by Generative AI!

Class CopyContentEventArgs

Event arguments used for content copy operations.

Inheritance
System.Object
System.EventArgs
CopyContentEventArgs
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 CopyContentEventArgs : ContentEventArgs

Constructors

CopyContentEventArgs(ContentReference, ContentReference, ContentReference)

Initializes a new instance of the CopyContentEventArgs class.

Declaration
public CopyContentEventArgs(ContentReference contentLink, ContentReference sourceLink, ContentReference targetLink)
Parameters
Type Name Description
ContentReference contentLink

The content link.

ContentReference sourceLink

The source link.

ContentReference targetLink

The target link.

Properties

The content that is being copied

Declaration
public ContentReference SourceContentLink { get; set; }
Property Value
Type Description
ContentReference

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

Extension Methods