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 DefinitionCollection

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