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

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

Parameters

customerId
Type: System.Int32
Site ID

Return Value

Type: ObjectQuery<OrderInfo>
See Also