Table of Contents

Class WorkBlockPublishingFallback

Namespace
ToSic.Sxc.Cms.Publishing.Sys
Assembly
ToSic.Sxc.Cms.dll

This is the fallback page publishing strategy, which basically says that page publishing is optional.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class WorkBlockPublishingFallback : ServiceBase, IHasLog, IWorkBlockPublishingLookup
Inheritance
object
WorkBlockPublishingFallback
Implements
Inherited Members

Constructors

WorkBlockPublishingFallback()

This is the fallback page publishing strategy, which basically says that page publishing is optional.

public WorkBlockPublishingFallback()

Properties

WorkSequenceOrder

Order to execute the work in, ascending (smaller is better). Implementations will be cycled through according to this order.

public int WorkSequenceOrder { get; }

Property Value

int

Methods

Handle(WorkContext, Package<BlockPublishingSettings>)

public Task<Package<BlockPublishingSettings>> Handle(WorkContext _, Package<BlockPublishingSettings> package)

Parameters

_ WorkContext
package Package<BlockPublishingSettings>

Returns

Task<Package<BlockPublishingSettings>>