Table of Contents

Class WorkBlockPublishingLookupPreflightDisabled

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

This is the fallback page publishing strategy, which basically says that page publishing isn't enabled

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

Constructors

WorkBlockPublishingLookupPreflightDisabled(IFeaturesService)

This is the fallback page publishing strategy, which basically says that page publishing isn't enabled

public WorkBlockPublishingLookupPreflightDisabled(IFeaturesService featuresService)

Parameters

featuresService IFeaturesService

Properties

WorkSequenceOrder

Highest priority, must come first

public int WorkSequenceOrder { get; }

Property Value

int

Methods

Handle(WorkContext, Package<BlockPublishingSettings>)

Work

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

Parameters

_ WorkContext
package Package<BlockPublishingSettings>

Returns

Task<Package<BlockPublishingSettings>>