| 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; }
<AddInParameterAttribute("Live product info for anonymous users")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("D) Users")>
<AddInParameterOrderAttribute(200)>
Public Property LiveProductInfoForAnonymousUsers As Boolean
Get
Set
Property Value
Type:
Booleantrue if [live product information for anonymous users]; otherwise,
false.
Implements
ISettingsLiveProductInfoForAnonymousUsersSee Also