IStandardCartItemCollectionTJustExhibitorApplications Property
A collection of just the exhibitor application items
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
ICartItemCollection<ExhibitorApplicationCartItem> JustExhibitorApplications { get; }
ReadOnly Property JustExhibitorApplications As ICartItemCollection(Of ExhibitorApplicationCartItem)
Get
property ICartItemCollection<ExhibitorApplicationCartItem^>^ JustExhibitorApplications {
ICartItemCollection<ExhibitorApplicationCartItem^>^ get ();
}
abstract JustExhibitorApplications : ICartItemCollection<ExhibitorApplicationCartItem> with get
Property Value
ICartItemCollectionExhibitorApplicationCartItem
Items in bundles are not included in this collection. To retrieve those, access them through
JustBundles and
Components