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.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<BoothFeeOption> GetBoothFeeOptions(
ExhibitorApplication exhibitorApplication,
INetForumShoppingCart cart
)
Public Function GetBoothFeeOptions (
exhibitorApplication As ExhibitorApplication,
cart As INetForumShoppingCart
) As IReadOnlyCollection(Of BoothFeeOption)
public:
virtual IReadOnlyCollection<BoothFeeOption^>^ GetBoothFeeOptions(
ExhibitorApplication^ exhibitorApplication,
INetForumShoppingCart^ cart
) sealed
abstract GetBoothFeeOptions :
exhibitorApplication : ExhibitorApplication *
cart : INetForumShoppingCart -> IReadOnlyCollection<BoothFeeOption>
override GetBoothFeeOptions :
exhibitorApplication : ExhibitorApplication *
cart : INetForumShoppingCart -> IReadOnlyCollection<BoothFeeOption>
- 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.
IReadOnlyCollectionBoothFeeOptionA list of the possible booth fee options that may be added to the passed application