EventShoppingServiceGetSponsorshipOptions Method
Retrieves a list of possible event sponsorship options, using the current in-progress event sponsorship 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<EventSponsorshipFeeOption> GetSponsorshipOptions(
EventSponsorshipApplication sponsorshipApplication,
INetForumShoppingCart cart
)
Public Function GetSponsorshipOptions (
sponsorshipApplication As EventSponsorshipApplication,
cart As INetForumShoppingCart
) As IReadOnlyCollection(Of EventSponsorshipFeeOption)
public:
virtual IReadOnlyCollection<EventSponsorshipFeeOption^>^ GetSponsorshipOptions(
EventSponsorshipApplication^ sponsorshipApplication,
INetForumShoppingCart^ cart
) sealed
abstract GetSponsorshipOptions :
sponsorshipApplication : EventSponsorshipApplication *
cart : INetForumShoppingCart -> IReadOnlyCollection<EventSponsorshipFeeOption>
override GetSponsorshipOptions :
sponsorshipApplication : EventSponsorshipApplication *
cart : INetForumShoppingCart -> IReadOnlyCollection<EventSponsorshipFeeOption>
- sponsorshipApplication EventSponsorshipApplication
- The current in-progress sponsorship application to retrieve event sponsorship 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.
IReadOnlyCollectionEventSponsorshipFeeOptionA list of the possible sponsorship options that may be added to the passed application