Click or drag to resize

IStandardCartItemCollectionTJustEventSponsorships Property

A collection of just the event sponsorship items

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
ICartItemCollection<EventSponsorshipCartItem> JustEventSponsorships { get; }

Property Value

ICartItemCollectionEventSponsorshipCartItem
Remarks
Items in bundles are not included in this collection. To retrieve those, access them through JustBundles and Components
See Also