Click or drag to resize
ShoppingCartInfoCartContentItems Property
Subset of CartItem collection. Bundle items are excluded.

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

Property Value

Type: IEnumerableShoppingCartItemInfo
See Also