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