Click or drag to resize

LiveIntegrationAddInLogResponseErrors Property

Gets or sets if to log response errors

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Log response errors")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("F) Logs")]
[AddInParameterOrderAttribute(360)]
public bool LogResponseErrors { get; set; }

Property Value

Type: Boolean
true if [log response errors]; otherwise, false.

Implements

ISettingsLogResponseErrors
See Also