Class WorkflowsVNext
Feature allows the vnext version of workflows to be run
Inheritance
System.Object
WorkflowsVNext
Implements
Namespace: Mediachase.Commerce.Core.Features
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class WorkflowsVNext : Object, IFeature
Constructors
WorkflowsVNext()
Declaration
public WorkflowsVNext()
Fields
FeatureWorkflowsVNext
The feature workflows v next
Declaration
public const string FeatureWorkflowsVNext = "WorkflowsVNext"
Field Value
Type | Description |
---|---|
System.String |
Properties
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
State
Gets or sets the state.
Declaration
public FeatureState State { get; }
Property Value
Type | Description |
---|---|
FeatureState | The state. |
Methods
DisableFeature()
Disables the feature.
Declaration
public void DisableFeature()
EnableFeature()
Enables the feature.
Declaration
public void EnableFeature()