IStandardCartItemCollection<T>.JustEventRegistrations Property

A collection of just the event registration cart items

Definition

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

Property Value

ICartItemCollection<EventRegistrationCartItem>

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