BundleCartItemComponents Property
A collection of all of the cart items included in this bundle. These cart items may in turn have other cart items nested under them, depending on their type.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IBundleComponentCartItemCollection<IStandardCartItem> Components { get; }
Public ReadOnly Property Components As IBundleComponentCartItemCollection(Of IStandardCartItem)
Get
public:
property IBundleComponentCartItemCollection<IStandardCartItem^>^ Components {
IBundleComponentCartItemCollection<IStandardCartItem^>^ get ();
}
member Components : IBundleComponentCartItemCollection<IStandardCartItem> with get
Property Value
IBundleComponentCartItemCollectionIStandardCartItem