Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class ExternalTypeConfigElement

Configuration element for an external type that will be added to TypeProvider

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

Constructors

ExternalTypeConfigElement()

Constructor

Declaration
public ExternalTypeConfigElement()

Properties

Type

The type of the external type

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