| LiveIntegrationAddInAddProductFieldsToRequest Property |
Gets or sets a value that determines if custom product fields are appended to the outgoing XML request.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Include product custom fields in request")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;Value=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(70)]
public bool AddProductFieldsToRequest { get; set; }
<AddInParameterAttribute("Include product custom fields in request")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;Value=true;")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(70)>
Public Property AddProductFieldsToRequest As Boolean
Get
Set
Property Value
Type:
Booleantrue if [add product fields to request]; otherwise,
false.
Implements
ISettingsAddProductFieldsToRequestSee Also