View Source
  Class ContentVersionCleanupPolicySettings
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ContentVersionCleanupPolicySettings
   
  Properties
  
  
    View Source
  
  ContentTypeId
  
  
  Declaration
  
    public int ContentTypeId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  KeepAllVersionsNewerThanDays
  
  
  Declaration
  
    public int? KeepAllVersionsNewerThanDays { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  KeepLatestVersionPerDayForDays
  
  
  Declaration
  
    public int? KeepLatestVersionPerDayForDays { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  PreventCleanup
  
  
  Declaration
  
    public bool PreventCleanup { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Updated
  
  
  Declaration
  
    public DateTime Updated { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | DateTime |  |