View Source
Class HistoryCleanup
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "historyCleanup", Namespace = "")]
public class HistoryCleanup : BeingDirtyBase, IRememberBeingDirty, ICanBeDirty
Properties
View Source
KeepAllVersionsNewerThanDays
Declaration
[DataMember(Name = "keepAllVersionsNewerThanDays")]
public int? KeepAllVersionsNewerThanDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
KeepLatestVersionPerDayForDays
Declaration
[DataMember(Name = "keepLatestVersionPerDayForDays")]
public int? KeepLatestVersionPerDayForDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
PreventCleanup
Declaration
[DataMember(Name = "preventCleanup")]
public bool PreventCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|