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