View Source
Class HistoryCleanupViewModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "historyCleanup", Namespace = "")]
public class HistoryCleanupViewModel : HistoryCleanup, IRememberBeingDirty, ICanBeDirty
Properties
View Source
GlobalEnableCleanup
Declaration
[DataMember(Name = "globalEnableCleanup")]
public bool GlobalEnableCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
GlobalKeepAllVersionsNewerThanDays
Declaration
[DataMember(Name = "globalKeepAllVersionsNewerThanDays")]
public int? GlobalKeepAllVersionsNewerThanDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
GlobalKeepLatestVersionPerDayForDays
Declaration
[DataMember(Name = "globalKeepLatestVersionPerDayForDays")]
public int? GlobalKeepLatestVersionPerDayForDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|