View Source
Class HistoryCleanupViewModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class HistoryCleanupViewModel : HistoryCleanup, IRememberBeingDirty, ICanBeDirty
Properties
View Source
GlobalEnableCleanup
Declaration
public bool GlobalEnableCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
GlobalKeepAllVersionsNewerThanDays
Declaration
public int? GlobalKeepAllVersionsNewerThanDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
GlobalKeepLatestVersionPerDayForDays
Declaration
public int? GlobalKeepLatestVersionPerDayForDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|