| LiveIntegrationAddInOrderCacheLevel Property |
Gets or sets order cache level
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Order cache level")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;none=false;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(180)]
public string OrderCacheLevel { get; set; }
<AddInParameterAttribute("Order cache level")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "NewGUI=true;none=false;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(180)>
Public Property OrderCacheLevel As String
Get
Set
Property Value
Type:
StringThe order cache level.
Implements
ISettingsOrderCacheLevelSee Also