IStandardCartItemCollectionTJustBundles Property
A collection of just the bundle cart items
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
ICartItemCollection<BundleCartItem> JustBundles { get; }
ReadOnly Property JustBundles As ICartItemCollection(Of BundleCartItem)
Get
property ICartItemCollection<BundleCartItem^>^ JustBundles {
ICartItemCollection<BundleCartItem^>^ get ();
}
abstract JustBundles : ICartItemCollection<BundleCartItem> with get
Property Value
ICartItemCollectionBundleCartItem
Use the
Components property to get at the cart items existing within the bundle itself.