Click or drag to resize

IStandardCartItemCollectionTJustGroupRegistrations Property

A collection of just the group registration cart items

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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