Click or drag to resize

LiveIntegrationAddInLogDebugInfo Property

Gets or sets to log debug information

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

Property Value

Type: Boolean
true if [log debug information]; otherwise, false.

Implements

ISettingsLogDebugInfo
See Also