Click or drag to resize
OrdersCollection Constructor
Constructor - creates collection of orders for the given customer

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public OrdersCollection(
	int customerId,
	int siteId
)

Parameters

customerId
Type: SystemInt32
Customer ID
siteId
Type: SystemInt32
ID of the site from which the customer orders should be loaded. Use 0 to fill collection with customer orders from all sites.
See Also