Table of Contents

Class LiveIntegrationSetup

Namespace
Dynamicweb.Ecommerce.Integration
Assembly
Dynamicweb.Ecommerce.dll

Represents Live Integration setup

public class LiveIntegrationSetup
Inheritance
LiveIntegrationSetup
Inherited Members

Fields

AnyCustomActiveLiveIntegrationAddInExists

public static bool AnyCustomActiveLiveIntegrationAddInExists

Field Value

bool

Properties

Active

public bool Active { get; }

Property Value

bool

AnyActiveLiveIntegrationAddInExists

public static bool AnyActiveLiveIntegrationAddInExists { get; }

Property Value

bool

Id

public string Id { get; }

Property Value

string

Label

public string Label { get; }

Property Value

string

LogFile

public string LogFile { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

SettingsFile

public string SettingsFile { get; }

Property Value

string

ShopId

public string ShopId { get; }

Property Value

string

Methods

GetLiveIntegrationAddInTypeByAddInName(string)

public static Type GetLiveIntegrationAddInTypeByAddInName(string addInName)

Parameters

addInName string

Returns

Type

GetSetups()

public static IEnumerable<LiveIntegrationSetup> GetSetups()

Returns

IEnumerable<LiveIntegrationSetup>
To top