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: 8.11.0Syntax
public class DefinitionConfigElement : ConfigurationElementBase
Constructors
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 |