Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentVersionCleanupPolicySettings

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentVersionCleanupPolicySettings

    Properties

    View Source

    ContentTypeId

    Declaration
    public int ContentTypeId { get; set; }
    Property Value
    Type Description
    int
    View Source

    KeepAllVersionsNewerThanDays

    Declaration
    public int? KeepAllVersionsNewerThanDays { get; set; }
    Property Value
    Type Description
    int?
    View Source

    KeepLatestVersionPerDayForDays

    Declaration
    public int? KeepLatestVersionPerDayForDays { get; set; }
    Property Value
    Type Description
    int?
    View Source

    PreventCleanup

    Declaration
    public bool PreventCleanup { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Updated

    Declaration
    public DateTime Updated { get; set; }
    Property Value
    Type Description
    DateTime
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX