Click or drag to resize

ExhibitorShoppingServiceGetBoothFeeOptions Method

Retrieves a list of possible booth fee options, using the current in-progress exhibitor 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<BoothFeeOption> GetBoothFeeOptions(
	ExhibitorApplication exhibitorApplication,
	INetForumShoppingCart cart
)

Parameters

exhibitorApplication  ExhibitorApplication
The current in-progress exhibitor application to retrieve booth fee options for
cart  INetForumShoppingCart
An instance of the registering user's current shopping cart, whose contents will be used in NetFORUM's process for determining allowed options.

Return Value

IReadOnlyCollectionBoothFeeOption
A list of the possible booth fee options that may be added to the passed application
See Also