Click or drag to resize

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; }

Property Value

Type: String
The order cache level.

Implements

ISettingsOrderCacheLevel
See Also