OrdersCollection Constructor |
Constructor - creates collection of orders for the given customer
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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