ShoppingCartStateItems Property

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

Definition

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

Property Value

IStandardCartItemCollectionIStandardCartItem

Implements

IShoppingCartStateItems

See Also