| 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; }
<AddInParameterAttribute("Save copy of order XML request")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(140)>
Public Property SaveCopyOfOrderXml As Boolean
Get
Set
Property Value
Type:
Booleantrue if [save copy of order XML]; otherwise,
false.
Implements
ISettingsSaveCopyOfOrderXmlSee Also