View Source
Interface IContentVersionCleanupPolicyGlobalSettings
Assembly: Umbraco.Core.dll
Syntax
public interface IContentVersionCleanupPolicyGlobalSettings
Properties
View Source
EnableCleanup
Declaration
bool EnableCleanup { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
KeepAllVersionsNewerThanDays
Declaration
int KeepAllVersionsNewerThanDays { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
KeepLatestVersionPerDayForDays
Declaration
int KeepLatestVersionPerDayForDays { get; }
Property Value
Type |
Description |
System.Int32 |
|