View Source
  Class CopyingNotification<T>
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class CopyingNotification<T> : CancelableObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  CopyingNotification(T, T, Int32, EventMessages)
  
  
  Declaration
  
    protected CopyingNotification(T original, T copy, int parentId, EventMessages messages)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | T | original |  | 
      
        | T | copy |  | 
      
        | System.Int32 | parentId |  | 
      
        | EventMessages | messages |  | 
    
  
  Properties
  
  
    View Source
  
  Copy
  
  
  Declaration
  
  Property Value
  
  
    View Source
  
  Original
  
  
  Declaration
  
    public T Original { get; }
   
  Property Value
  
  
    View Source
  
  ParentId
  
  
  Declaration
  
    public int ParentId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |