| LiveIntegrationAddInAddOrderLinePartsToRequest Property |
Gets or sets a value that determines if parts information (BOM) is 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 parts order lines in request")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;Value=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(130)]
public bool AddOrderLinePartsToRequest { get; set; }
<AddInParameterAttribute("Include parts order lines in request")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;Value=true;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(130)>
Public Property AddOrderLinePartsToRequest As Boolean
Get
Set
Property Value
Type:
Booleantrue if order line parts should be added to request; otherwise,
false.
Implements
ISettingsAddOrderLinePartsToRequestSee Also