Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartsInternal Method
Returns dataset of all shopping carts for specified site matching the specified parameters.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ShoppingCartInfo> GetShoppingCartsInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryShoppingCartInfo
See Also