| OrderServiceFindOrders Method |
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<Order> FindOrders(
string keyword,
string stateId,
string startdate,
string enddate,
bool showCart,
string shopId
)
Public Function FindOrders (
keyword As String,
stateId As String,
startdate As String,
enddate As String,
showCart As Boolean,
shopId As String
) As IEnumerable(Of Order)
Parameters
- keyword
- Type: SystemString
- stateId
- Type: SystemString
- startdate
- Type: SystemString
- enddate
- Type: SystemString
- showCart
- Type: SystemBoolean
- shopId
- Type: SystemString
Return Value
Type:
IEnumerableOrderSee Also