| LiveIntegrationAddInSkipLedgerOrder Property |
Gets or sets if skip ledgers
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Do not process ledger order")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewGUI=true;none=false;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(190)]
public bool SkipLedgerOrder { get; set; }
<AddInParameterAttribute("Do not process ledger order")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewGUI=true;none=false;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(190)>
Public Property SkipLedgerOrder As Boolean
Get
Set
Property Value
Type:
BooleanImplements
ISettingsSkipLedgerOrderSee Also