| LiveIntegrationAddInEnableLivePrices Property |
Gets or sets a value that determines if live prices are retrieved from the ERP.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Enable live prices")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(63)]
public bool EnableLivePrices { get; set; }
<AddInParameterAttribute("Enable live prices")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(63)>
Public Property EnableLivePrices As Boolean
Get
Set
Property Value
Type:
Booleantrue if [enable live prices]; otherwise,
false.
Implements
ISettingsEnableLivePricesSee Also