A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class DefinitionConfigElement

Configuration element for an type that will be added as a workflow definition

Inheritance
System.Object
DefinitionConfigElement
Namespace: EPiServer.Configuration.WorkflowFoundation
Assembly: EPiServer.Configuration.dll
Version: 7.19.2
Syntax
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