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