Click or drag to resize

LiveIntegrationAddInAddOrderFieldsToRequest Property

Gets or sets a value that determines if custom order 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 custom fields in request")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;Value=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(115)]
public bool AddOrderFieldsToRequest { get; set; }

Property Value

Type: Boolean
true if [add order fields to request]; otherwise, false.

Implements

ISettingsAddOrderFieldsToRequest
See Also