Click or drag to resize

ShoppingCartStateItems Property

A structured collection of the items in this shopping cart. Derived versions of ShoppingCartState may override the BuildCartItems method for customization.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IStandardCartItemCollection<IStandardCartItem> Items { get; }

Property Value

IStandardCartItemCollectionIStandardCartItem

Implements

IShoppingCartStateItems
See Also