| LiveIntegrationAddInLogMaxSize Property |
Gets or sets log max file size
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Log file max size (MB)")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("F) Logs")]
[AddInParameterOrderAttribute(320)]
public int LogMaxSize { get; set; }
<AddInParameterAttribute("Log file max size (MB)")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("F) Logs")>
<AddInParameterOrderAttribute(320)>
Public Property LogMaxSize As Integer
Get
Set
Property Value
Type:
Int32The maximum size of the log.
Implements
ISettingsLogMaxSizeSee Also