EventShoppingServiceGetSessionOptions(EventRegistrationApplication, IShoppingCartService) Method
Retrieves a list of possible session registration options, using the in-progress application and the contents of the user's current
shopping cart as inputs to NetFORUM's baseline determination process.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<SessionOption> GetSessionOptions(
EventRegistrationApplication application,
IShoppingCartService cart
)
Public Function GetSessionOptions (
application As EventRegistrationApplication,
cart As IShoppingCartService
) As IReadOnlyCollection(Of SessionOption)
public:
virtual IReadOnlyCollection<SessionOption^>^ GetSessionOptions(
EventRegistrationApplication^ application,
IShoppingCartService^ cart
) sealed
abstract GetSessionOptions :
application : EventRegistrationApplication *
cart : IShoppingCartService -> IReadOnlyCollection<SessionOption>
override GetSessionOptions :
application : EventRegistrationApplication *
cart : IShoppingCartService -> IReadOnlyCollection<SessionOption>
- application EventRegistrationApplication
- The current in-progress application to retrieve session registration options for
- cart IShoppingCartService
- An instance of the registering user's current shopping cart, whose contents will be used in NetFORUM's process for determining allowed options.
IReadOnlyCollectionSessionOptionA list of the possible session registration options that may be added to the passed application