Class CopyContentEventArgs
Event arguments used for content 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 CopyContentEventArgs : ContentEventArgs
Constructors
CopyContentEventArgs(ContentReference, ContentReference, ContentReference)
Initializes a new instance of the Copy
Declaration
public CopyContentEventArgs(ContentReference contentLink, ContentReference sourceLink, ContentReference targetLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
Content |
sourceLink | The source link. |
Content |
targetLink | The target link. |
Properties
SourceContentLink
The content that is being copied
Declaration
public ContentReference SourceContentLink { get; set; }
Property Value
Type | Description |
---|---|
Content |
Remarks
Changing this object will not change the behavior of a copy operation.