Click or drag to resize

LiveIntegrationAddInLiveProductInfoForAnonymousUsers Property

Gets or sets live product information for Anonymous users

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Live product info for anonymous users")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("D) Users")]
[AddInParameterOrderAttribute(200)]
public bool LiveProductInfoForAnonymousUsers { get; set; }

Property Value

Type: Boolean
true if [live product information for anonymous users]; otherwise, false.

Implements

ISettingsLiveProductInfoForAnonymousUsers
See Also