Click or drag to resize

LiveIntegrationAddInMakeRetryForLiveProductInformation Property

Defines if the call to the ERP should make retry in the Live Products calls

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Retry request for the product information")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(100)]
public bool MakeRetryForLiveProductInformation { get; set; }

Property Value

Type: Boolean

Implements

ISettingsMakeRetryForLiveProductInformation
See Also