• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentTypeWithHistoryCleanup

    Defines a content type that contains a history cleanup policy.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IContentTypeWithHistoryCleanup : IContentType, IContentTypeComposition, IContentTypeBase, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    HistoryCleanup

    Gets or sets the history cleanup configuration.

    Declaration
    HistoryCleanup HistoryCleanup { get; set; }
    Property Value
    Type Description
    HistoryCleanup

    The history cleanup configuration.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • HistoryCleanup
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX