Search Results for

    Show / Hide Table of Contents
    View Source

    Class HistoryCleanup

    Inheritance
    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
    int?
    View Source

    KeepLatestVersionPerDayForDays

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

    PreventCleanup

    Declaration
    [DataMember(Name = "preventCleanup")]
    public bool PreventCleanup { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX