Processes request to add a new EventFee
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddEventFee( int ListingType, int Event, bool PayToProceed, string Description, string Name )
Parameters
- ListingType
- Type: SystemInt32
ID of the selected listing type - Event
- Type: SystemInt32
ID of the selected Event - PayToProceed
- Type: SystemBoolean
Indicates whether immediate fee payment is required before the event is processed - Description
- Type: SystemString
The text to be displayed to end users in the line item of the invoice - Name
- Type: SystemString
The name of the Fee Schedule
Return Value
Type: ActionResultRedirect to /Admin/EventFeeManagement
See Also