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: 10.10.4Syntax
public class CopyContentEventArgs : ContentEventArgsConstructors
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.
