Click or drag to resize

LiveIntegrationAddInIsLiveIntegrationEnabled Property

Gets or sets a value that determines if live integration is enabled.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Enable live integration")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(5)]
public bool IsLiveIntegrationEnabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false.

Implements

ISettingsIsLiveIntegrationEnabled
See Also