SaaS CMS has officially launched! Learn more now.

Class DefinitionCollection

Inheritance
System.Object
DefinitionCollection
Namespace: EPiServer.Configuration.WorkflowFoundation
Assembly: EPiServer.Configuration.dll
Version: 8.11.0
Syntax
public class DefinitionCollection : GenericConfigurationElementCollection<DefinitionConfigElement>

Constructors

DefinitionCollection()

Declaration
public DefinitionCollection()

Properties

ElementName

Declaration
protected override string ElementName { get; }
Property Value
Type Description
System.String

Methods

RemoveDefinition(String)

Removes a workflow definition from web.config

Declaration
public void RemoveDefinition(string definitionName)
Parameters
Type Name Description
System.String definitionName

Name of the definition to remove

Extension Methods