Processes request to edit the specified listing location
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultRedirect to /Admin/DecorationsManagement
See Also