Click or drag to resize

SettingsSaveCopyOfOrderXml Property

Gets a value indicating whether to save a copy of the XML in the logs folder when a completed order is sent to the ERP.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public bool SaveCopyOfOrderXml { get; set; }

Property Value

Type: Boolean
true if a copy should be saved; otherwise, false.

Implements

ISettingsSaveCopyOfOrderXml
See Also