Class TrimContentVersionsJob
Inheritance
System.Object
TrimContentVersionsJob
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ScheduledPlugIn]
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class TrimContentVersionsJob : ScheduledJobBase, IScheduledJob
Constructors
TrimContentVersionsJob(ProviderAwareContentVersionRepository, IContentProviderManager)
Declaration
public TrimContentVersionsJob(ProviderAwareContentVersionRepository contentVersionRepository, IContentProviderManager contentProviderManager)
Parameters
Properties
MaxNumberOfFailuresForProvider
Declaration
public int MaxNumberOfFailuresForProvider { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VersionBatchSize
Declaration
public int VersionBatchSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Execute()
Declaration
public override string Execute()
Returns
Type |
Description |
System.String |
|
Overrides
OnStatusChanged(String)
Declaration
protected override void OnStatusChanged(string statusMessage)
Parameters
Type |
Name |
Description |
System.String |
statusMessage |
|
Overrides
Stop()
Declaration
public override void Stop()
Overrides
Implements
Extension Methods