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
-
objectWorkBlockPublishingLookupPreflightDisabled
- 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
featuresServiceIFeaturesService
Properties
WorkSequenceOrder
Highest priority, must come first
public int WorkSequenceOrder { get; }
Property Value
Methods
Handle(WorkContext, Package<BlockPublishingSettings>)
Work
public Task<Package<BlockPublishingSettings>> Handle(WorkContext _, Package<BlockPublishingSettings> package)
Parameters
_WorkContextpackagePackage<BlockPublishingSettings>
Returns
- Task<Package<BlockPublishingSettings>>