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
-
objectWorkBlockPublishingFallback
- 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
Methods
Handle(WorkContext, Package<BlockPublishingSettings>)
public Task<Package<BlockPublishingSettings>> Handle(WorkContext _, Package<BlockPublishingSettings> package)
Parameters
_WorkContextpackagePackage<BlockPublishingSettings>
Returns
- Task<Package<BlockPublishingSettings>>