ShoppingCartStateCartItems Property

Note: This API is now obsolete.
Returns a collection of cart items. Derived versions of ShoppingCartState may override the BuildLegacyCartItems method.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use Items instead. (5.0)")]
public ICartItemCollection<ICartItem> CartItems { get; }

Property Value

ICartItemCollectionICartItem

See Also