Class CopyContentEventArgs
Event arguments used for content copy operations.
Inherited Members
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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
SourceContentLink
The content that is being copied
Declaration
public ContentReference SourceContentLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference |
Remarks
Changing this object will not change the behavior of a copy operation.