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 SourceHistoryCleanup
Gets or sets the history cleanup configuration.
Declaration
HistoryCleanup HistoryCleanup { get; set; }
Property Value
Type | Description |
---|---|
HistoryCleanup | The history cleanup configuration. |