Click or drag to resize
ShoppingCartInfoProviderGetShoppingCarts Method (Int32)
Returns dataset of all shopping carts for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<ShoppingCartInfo> GetShoppingCarts(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryShoppingCartInfo
See Also