SaaS CMS has officially launched! Learn more now.

Class ReferenceConfigElement

configuration element for a reference. used as assembly reference during compilation of xmol based workflows

Inheritance
System.Object
ReferenceConfigElement
Namespace: EPiServer.Configuration.WorkflowFoundation
Assembly: EPiServer.Configuration.dll
Version: 8.11.0
Syntax
public class ReferenceConfigElement : ConfigurationElementBase

Constructors

ReferenceConfigElement()

constructor

Declaration
public ReferenceConfigElement()

Properties

Path

The path to the referenced assembly

Declaration
public string Path { get; }
Property Value
Type Description
System.String

Extension Methods