Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItems Method
Returns the query for all shopping cart items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ShoppingCartItemInfo> GetShoppingCartItems()

Return Value

Type: ObjectQueryShoppingCartItemInfo
See Also