| LiveIntegrationAddInGetProductInformationForAllVariants Property |
Defines if the product request should contain all product variants or only the product being requested
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Include variants in the product information request")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(110)]
public bool GetProductInformationForAllVariants { get; set; }
<AddInParameterAttribute("Include variants in the product information request")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(110)>
Public Property GetProductInformationForAllVariants As Boolean
Get
Set
Property Value
Type:
BooleanImplements
ISettingsGetProductInformationForAllVariantsSee Also