| CustomerOrderCollectionLoad Method (Int64, String, OrderType, Int32, Boolean, String, DateTime) |
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void Load(
long customerId,
string shopIds,
OrderType orderType,
int recurringOrderId,
bool useCustomerNumber,
string orderContextIds,
DateTime fromDate
)
Public Sub Load (
customerId As Long,
shopIds As String,
orderType As OrderType,
recurringOrderId As Integer,
useCustomerNumber As Boolean,
orderContextIds As String,
fromDate As DateTime
)
Parameters
- customerId
- Type: SystemInt64
- shopIds
- Type: SystemString
- orderType
- Type: Dynamicweb.Ecommerce.OrdersOrderType
- recurringOrderId
- Type: SystemInt32
- useCustomerNumber
- Type: SystemBoolean
- orderContextIds
- Type: SystemString
- fromDate
- Type: SystemDateTime
See Also