Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCleanup

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentTypeEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentTypeCleanup

    Properties

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • KeepAllVersionsNewerThanDays
      • KeepLatestVersionPerDayForDays
      • PreventCleanup
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX