Search Results for

    Show / Hide Table of Contents
    View Source

    Class HistoryCleanup

    Inheritance
    System.Object
    BeingDirtyBase
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "historyCleanup", Namespace = "")]
    public class HistoryCleanup : BeingDirtyBase, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    KeepAllVersionsNewerThanDays

    Declaration
    [DataMember(Name = "keepAllVersionsNewerThanDays")]
    public int? KeepAllVersionsNewerThanDays { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    KeepLatestVersionPerDayForDays

    Declaration
    [DataMember(Name = "keepLatestVersionPerDayForDays")]
    public int? KeepLatestVersionPerDayForDays { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    PreventCleanup

    Declaration
    [DataMember(Name = "preventCleanup")]
    public bool PreventCleanup { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • KeepAllVersionsNewerThanDays
      • KeepLatestVersionPerDayForDays
      • PreventCleanup
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX