Click or drag to resize

LiveIntegrationAddInOrderStateAfterExportFailed Property

Gets or sets order state after export failed

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Order state after export failed")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;none=false;SortBy=Key;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(170)]
public string OrderStateAfterExportFailed { get; set; }

Property Value

Type: String
The order state after export failed.

Implements

ISettingsOrderStateAfterExportFailed
See Also