EventShoppingServiceGetEventPackageOptions(EventRegistrationApplication, String) Method
Retrieves a list of possible event 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<EventOption> GetEventPackageOptions(
EventRegistrationApplication application,
string cartName = "Primary"
)
Public Function GetEventPackageOptions (
application As EventRegistrationApplication,
Optional cartName As String = "Primary"
) As IReadOnlyCollection(Of EventOption)
public:
virtual IReadOnlyCollection<EventOption^>^ GetEventPackageOptions(
EventRegistrationApplication^ application,
String^ cartName = L"Primary"
) sealed
abstract GetEventPackageOptions :
application : EventRegistrationApplication *
?cartName : string
(* Defaults:
let _cartName = defaultArg cartName "Primary"
*)
-> IReadOnlyCollection<EventOption>
override GetEventPackageOptions :
application : EventRegistrationApplication *
?cartName : string
(* Defaults:
let _cartName = defaultArg cartName "Primary"
*)
-> IReadOnlyCollection<EventOption>
- application EventRegistrationApplication
- The current in-progress application to retrieve 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.
IReadOnlyCollectionEventOptionA list of the possible event registration options that may be added to the passed application