Class LiveIntegrationSetup
- Namespace
- Dynamicweb.Ecommerce.Integration
- Assembly
- Dynamicweb.Ecommerce.dll
Represents Live Integration setup
public class LiveIntegrationSetup
- Inheritance
-
LiveIntegrationSetup
- Inherited Members
Properties
Active
public bool Active { get; }
Property Value
AddInFullName
public string AddInFullName { get; }
Property Value
ConnectionError
public string? ConnectionError { get; }
Property Value
DynamicwebLiveIntegrationInstanceId
public string DynamicwebLiveIntegrationInstanceId { get; }
Property Value
Id
public string Id { get; }
Property Value
IsConnectionAvailable
public bool IsConnectionAvailable { get; }
Property Value
Label
public string Label { get; }
Property Value
LogFile
public string? LogFile { get; }
Property Value
Name
public string Name { get; }
Property Value
SettingsFile
public string? SettingsFile { get; }
Property Value
ShopId
public string? ShopId { get; }
Property Value
XmlSettings
public string? XmlSettings { get; }
Property Value
Methods
GetLiveIntegrationAddInTypeByAddInName(string)
public static Type? GetLiveIntegrationAddInTypeByAddInName(string addInName)
Parameters
addInNamestring
Returns
GetSetupById(string)
public static LiveIntegrationSetup? GetSetupById(string id)
Parameters
idstring
Returns
GetSetups()
public static IEnumerable<LiveIntegrationSetup> GetSetups()
Returns
GetSetups(bool)
public static IEnumerable<LiveIntegrationSetup> GetSetups(bool checkConnection = false)
Parameters
checkConnectionbool