Try our conversational search powered by Generative AI!

Class DelayedPublishJob

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A scheduled job that publishes pages that have been marked for delayed publish

Inheritance
System.Object
DelayedPublishJob
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ScheduledPlugIn(GUID = "17F4A400-75E5-4449-A0AE-C44BFA50A213", DisplayName = "Publish delayed pages", LanguagePath = "/admin/databasejob/delayedpublish", HelpFile = "delayedpublishjob", DefaultEnabled = true, IntervalLength = 1, IntervalType = ScheduledIntervalType.Hours, Restartable = true)]
[ServiceConfiguration]
public class DelayedPublishJob : ScheduledJobBase, IScheduledJob

Constructors

DelayedPublishJob()

Initializes a new instance of the DelayedPublishJob class.

Declaration
public DelayedPublishJob()

Methods

Execute()

Start job

Declaration
public override string Execute()
Returns
Type Description
System.String
Overrides

Stop()

Declaration
public override void Stop()
Overrides

Implements

Extension Methods