Click or drag to resize
ShoppingCartInfoCartItems Property
List of shopping cart items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public List<ShoppingCartItemInfo> CartItems { get; set; }

Property Value

Type: ListShoppingCartItemInfo
See Also