Search Results for

    Show / Hide Table of Contents
    View Source

    Class HistoryCleanupViewModel

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

    Properties

    View Source

    GlobalEnableCleanup

    Declaration
    [DataMember(Name = "globalEnableCleanup")]
    public bool GlobalEnableCleanup { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    GlobalKeepAllVersionsNewerThanDays

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

    GlobalKeepLatestVersionPerDayForDays

    Declaration
    [DataMember(Name = "globalKeepLatestVersionPerDayForDays")]
    public int? GlobalKeepLatestVersionPerDayForDays { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • GlobalEnableCleanup
      • GlobalKeepAllVersionsNewerThanDays
      • GlobalKeepLatestVersionPerDayForDays
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX