You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EditEventFees Method (Int32, Int32, Int32, Boolean, String, String)

AdminControllerEditEventFees Method (Int32, Int32, Int32, Boolean, String, String)

AuctionWorx 3.5 API
Processes request to edit an existing EventFee

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult EditEventFees(
	int id,
	int ListingType,
	int Event,
	bool PayToProceed,
	string Description,
	string Name
)

Parameters

id
Type: SystemInt32
ID of the EventFee to be edited
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: ActionResult
Redirect to /Admin/EditEventFees/[id]
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.