Click or drag to resize

ISettingsLazyLoadProductInfo Property

Gets or sets a value that determines if product info should be lazy loaded.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
bool LazyLoadProductInfo { get; set; }

Property Value

Type: Boolean
Returns true if lazy loading for products is enabled; otherwise, false.
See Also