Click or drag to resize

IStandardCartItemCollectionTJustEventRegistrations Property

A collection of just the event registration cart items

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

Property Value

ICartItemCollectionEventRegistrationCartItem
Remarks
Guest registrations are not included at the top-level of this collection, but are instead found in the GuestRegistrations of their respective parent registrations.
See Also