Class DefinitionConfigElement
Configuration element for an type that will be added as a workflow definition
Inherited Members
Namespace: EPiServer.Configuration.WorkflowFoundation
Assembly: EPiServer.Configuration.dll
Version: 7.19.2Syntax
public class DefinitionConfigElement : ConfigurationElementBaseConstructors
DefinitionConfigElement()
Constructor
Declaration
public DefinitionConfigElement()Properties
Description
The description of the definition
Declaration
public string Description { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
The name of the definition
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
The type of the definition
Declaration
public string Type { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
