IStandardCartItemCollectionTJustGroupRegistrations Property

A collection of just the group registration cart items

Definition

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

Property Value

ICartItemCollectionGroupRegistrationCartItem

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