Click or drag to resize

EventShoppingServiceGetSessionOptions(EventRegistrationApplication, String) 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.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<SessionOption> GetSessionOptions(
	EventRegistrationApplication application,
	string cartName = "Primary"
)

Parameters

application  EventRegistrationApplication
The current in-progress application to retrieve session registration options for
cartName  String  (Optional)
The name of the registering user's current shopping cart, whose contents will be used in NetFORUM's process for determining allowed options.

Return Value

IReadOnlyCollectionSessionOption
A list of the possible session registration options that may be added to the passed application
See Also