Click or drag to resize

LiveIntegrationAddInSaveCopyOfOrderXml Property

Gets or sets if save copy of order xml

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Save copy of order XML request")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(140)]
public bool SaveCopyOfOrderXml { get; set; }

Property Value

Type: Boolean
true if [save copy of order XML]; otherwise, false.

Implements

ISettingsSaveCopyOfOrderXml
See Also