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 ExternalServiceConfigElement

Configuration element for an external service that will be added to ExternalDataExchangeService

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

Constructors

ExternalServiceConfigElement()

constructor

Declaration
public ExternalServiceConfigElement()

Properties

Type

type of the external service

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

Extension Methods