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