Click or drag to resize

LiveIntegrationAddInLogGeneralErrors Property

Gets or sets if to log errors

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

Property Value

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

Implements

ISettingsLogGeneralErrors
See Also