Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentVersionCleanupPolicySettings

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Models
    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
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeId
      • KeepAllVersionsNewerThanDays
      • KeepLatestVersionPerDayForDays
      • PreventCleanup
      • Updated
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX