 | IStandardCartItemCollectionTJustGroupRegistrations Property |
A collection of just the group registration cart items
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxICartItemCollection<GroupRegistrationCartItem> JustGroupRegistrations { get; }ReadOnly Property JustGroupRegistrations As ICartItemCollection(Of GroupRegistrationCartItem)
Get
property ICartItemCollection<GroupRegistrationCartItem^>^ JustGroupRegistrations {
ICartItemCollection<GroupRegistrationCartItem^>^ get ();
}abstract JustGroupRegistrations : ICartItemCollection<GroupRegistrationCartItem> with 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