Click or drag to resize

LiveIntegrationAddInLazyLoadProductInfo Property

Gets or sets lazy load product info

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Lazy load product info (&getproductinfo=true)")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(65)]
public bool LazyLoadProductInfo { get; set; }

Property Value

Type: Boolean
true if [lazy load product information]; otherwise, false.

Implements

ISettingsLazyLoadProductInfo
See Also