View Source
  Class DeletedVersionsNotificationBase<T>
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class DeletedVersionsNotificationBase<T> : StatefulNotification, IStatefulNotification, INotification where T : class
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  DeletedVersionsNotificationBase(Int32, EventMessages, Int32, Boolean, DateTime)
  
  
  Declaration
  
    protected DeletedVersionsNotificationBase(int id, EventMessages messages, int specificVersion = 0, bool deletePriorVersions = false, DateTime dateToRetain = null)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        id | 
         | 
      
      
        | EventMessages | 
        messages | 
         | 
      
      
        | System.Int32 | 
        specificVersion | 
         | 
      
      
        | System.Boolean | 
        deletePriorVersions | 
         | 
      
      
        | DateTime | 
        dateToRetain | 
         | 
      
    
  
  Properties
  
  
    View Source
  
  DateToRetain
  
  
  Declaration
  
    public DateTime DateToRetain { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | DateTime | 
         | 
      
    
  
  
    View Source
  
  DeletePriorVersions
  
  
  Declaration
  
    public bool DeletePriorVersions { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  Id
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    View Source
  
  Messages
  
  
  Declaration
  
    public EventMessages Messages { get; }
   
  Property Value
  
  
    View Source
  
  SpecificVersion
  
  
  Declaration
  
    public int SpecificVersion { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         |