View Source
Class ContentTypeCleanupBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class ContentTypeCleanupBase
Properties
View Source
KeepAllVersionsNewerThanDays
Declaration
public int? KeepAllVersionsNewerThanDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
KeepLatestVersionPerDayForDays
Declaration
public int? KeepLatestVersionPerDayForDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
PreventCleanup
Declaration
public bool PreventCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|