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
Properties
Active
public bool Active { get; }
Property Value
AnyActiveLiveIntegrationAddInExists
public static bool AnyActiveLiveIntegrationAddInExists { get; }
Property Value
Id
public string Id { 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
Methods
GetLiveIntegrationAddInTypeByAddInName(string)
public static Type GetLiveIntegrationAddInTypeByAddInName(string addInName)
Parameters
addInName
string
Returns
GetSetups()
public static IEnumerable<LiveIntegrationSetup> GetSetups()