Class WorkflowSettingsElement
Handles configuration for workflow system
Inheritance
System.Object
    WorkflowSettingsElement
  Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 7.19.2Syntax
public class WorkflowSettingsElement : ConfigurationElementConstructors
WorkflowSettingsElement()
Constructor
Declaration
public WorkflowSettingsElement()Properties
Definitions
definitions collection
Declaration
public DefinitionCollection Definitions { get; }Property Value
| Type | Description | 
|---|---|
| DefinitionCollection | 
Disable
Gets or sets a value indicating if the whole workflow system should be disabled.
Declaration
public bool Disable { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ExternalServices
external services collection
Declaration
public ExternalServiceCollection ExternalServices { get; }Property Value
| Type | Description | 
|---|---|
| ExternalServiceCollection | 
ExternalTypes
external types collection
Declaration
public ExternalTypeCollection ExternalTypes { get; }Property Value
| Type | Description | 
|---|---|
| ExternalTypeCollection | 
References
reference collection
Declaration
public ReferenceCollection References { get; }Property Value
| Type | Description | 
|---|---|
| ReferenceCollection | 
WorkflowDelayedLoading
Value to set the if delayed loading should be used. If so instances and definitions are not loaded before first access
Declaration
public bool WorkflowDelayedLoading { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
WorkflowHost
Workflow host configuration element, not mandatory.
Declaration
public WorkflowHostConfigElement WorkflowHost { get; }Property Value
| Type | Description | 
|---|---|
| WorkflowHostConfigElement | 
