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
AddInFullName
public string AddInFullName { get; }
Property Value
- string
AnyActiveLiveIntegrationAddInExists
public static bool AnyActiveLiveIntegrationAddInExists { get; }
Property Value
- bool
DynamicwebLiveIntegrationInstanceId
public string DynamicwebLiveIntegrationInstanceId { get; }
Property Value
- string
Id
public string Id { get; }
Property Value
- string
IsConnectionAvailable
public bool IsConnectionAvailable { get; }
Property Value
- bool
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
XmlSettings
public string XmlSettings { get; }
Property Value
- string
Methods
GetLiveIntegrationAddInTypeByAddInName(string)
public static Type GetLiveIntegrationAddInTypeByAddInName(string addInName)
Parameters
addInName
string
Returns
- Type
GetSetupById(string)
public static LiveIntegrationSetup GetSetupById(string id)
Parameters
id
string
Returns
- LiveIntegrationSetup
GetSetups()
public static IEnumerable<LiveIntegrationSetup> GetSetups()
Returns
- IEnumerable<LiveIntegrationSetup>
GetSetups(bool)
public static IEnumerable<LiveIntegrationSetup> GetSetups(bool checkConnection = false)
Parameters
checkConnection
bool
Returns
- IEnumerable<LiveIntegrationSetup>