| 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; }
<AddInParameterAttribute("Log general errors")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("F) Logs")>
<AddInParameterOrderAttribute(340)>
Public Property LogGeneralErrors As Boolean
Get
Set
Property Value
Type:
Booleantrue if [log general errors]; otherwise,
false.
Implements
ISettingsLogGeneralErrorsSee Also