Click or drag to resize
ShoppingCartInfoProviderGetShoppingCarts Method
Returns the query for all shopping carts.

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

Return Value

Type: ObjectQueryShoppingCartInfo
See Also