Click or drag to resize

IStandardCartItemCollectionTJustExhibitorApplications Property

A collection of just the exhibitor application items

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
ICartItemCollection<ExhibitorApplicationCartItem> JustExhibitorApplications { 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