 | IStandardCartItemCollectionTJustBundles Property |
A collection of just the bundle cart items
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxICartItemCollection<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
Remarks
Use the
Components property to get at the cart items existing within the bundle itself.
See Also