| OrderFlowUpdateDefault Method (Boolean, OrderType, String) |
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void UpdateDefault(
bool setDefaultTo,
OrderType orderType,
string flowId = ""
)
Public Sub UpdateDefault (
setDefaultTo As Boolean,
orderType As OrderType,
Optional flowId As String = ""
)
Parameters
- setDefaultTo
- Type: SystemBoolean
- orderType
- Type: Dynamicweb.Ecommerce.OrdersOrderType
- flowId (Optional)
- Type: SystemString
See Also