Click or drag to resize

OrderServiceGetTopOrders Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Order> GetTopOrders(
	int count
)

Parameters

count
Type: SystemInt32

Return Value

Type: IEnumerableOrder
See Also