 | IStandardCartItemCollectionTJustExhibitorApplications Property |
A collection of just the exhibitor application items
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxICartItemCollection<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
Remarks
Items in bundles are not included in this collection. To retrieve those, access them through
JustBundles and
Components
See Also