Click or drag to resize

LiveIntegrationAddInProductCacheLevel Property

Gets or sets product cache level

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Product information cache level")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;none=false;Value=0")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(80)]
public string ProductCacheLevel { get; set; }

Property Value

Type: String
The product cache level.

Implements

ISettingsProductCacheLevel
See Also