Click or drag to resize

LiveIntegrationAddInKeepLogFiles Property

Gets or sets a value indicating whether to keep log files or to truncate a single log file

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Keep all log files")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("F) Logs")]
[AddInParameterOrderAttribute(330)]
public bool KeepLogFiles { get; set; }

Property Value

Type: Boolean
true if [keep log files]; otherwise, false.

Implements

ISettingsKeepLogFiles
See Also