| 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; }
<AddInParameterAttribute("Retry request for the product information")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(100)>
Public Property MakeRetryForLiveProductInformation As Boolean
Get
Set
Property Value
Type:
BooleanImplements
ISettingsMakeRetryForLiveProductInformationSee Also