 | ShoppingCartStateCartItems Property |
Note: This API is now obsolete.
Returns a collection of cart items. Derived versions of ShoppingCartState may override the
BuildLegacyCartItems method.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[ObsoleteAttribute("Use Items instead. (5.0)")]
public ICartItemCollection<ICartItem> CartItems { get; }<ObsoleteAttribute("Use Items instead. (5.0)")>
Public ReadOnly Property CartItems As ICartItemCollection(Of ICartItem)
Getpublic:
[ObsoleteAttribute(L"Use Items instead. (5.0)")]
property ICartItemCollection<ICartItem^>^ CartItems {
ICartItemCollection<ICartItem^>^ get ();
}[<ObsoleteAttribute("Use Items instead. (5.0)")>]
member CartItems : ICartItemCollection<ICartItem> with getProperty Value
ICartItemCollectionICartItem
See Also