| 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; }
<AddInParameterAttribute("Lazy load product info (&getproductinfo=true)")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(65)>
Public Property LazyLoadProductInfo As Boolean
Get
Set
Property Value
Type:
Booleantrue if [lazy load product information]; otherwise,
false.
Implements
ISettingsLazyLoadProductInfoSee Also