| 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; }
<AddInParameterAttribute("Product information cache level")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "NewGUI=true;none=false;Value=0")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(80)>
Public Property ProductCacheLevel As String
Get
Set
Property Value
Type:
StringThe product cache level.
Implements
ISettingsProductCacheLevelSee Also