Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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