Click or drag to resize
OrderInfoProviderGetCustomersOrdersInternal Method
Returns query for all orders for specified customer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<OrderInfo> GetCustomersOrdersInternal(
	int customerId
)

Parameters

customerId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryOrderInfo
See Also