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

AdminControllerEditLocation Method (Int32, String, String, Boolean)

AuctionWorx 3.5 API
Processes request to edit the specified listing location

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

Syntax

C#
public ActionResult EditLocation(
	int id,
	string Description,
	string Amount,
	bool PayToProceed
)

Parameters

id
Type: SystemInt32
ID of the requested listing location
Description
Type: SystemString
Short description for the location
Amount
Type: SystemString
decimal fee amount for the location
PayToProceed
Type: SystemBoolean
Indicates whether immediate fee payment is required before the location is assigned

Return Value

Type: ActionResult
Redirect to /Admin/DecorationsManagement
See Also

Reference

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