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.3454
[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)
Get
public:
[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 get
Property Value
ICartItemCollectionICartItem