Processes request to end the specified lot early
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EndLotEarly( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the requested lot to be ended early - returnUrl
- Type: SystemString
the url to redirect to when the action is completed
Return Value
Type: ActionResultRedirect to /Event/LotDetails/[id] if no return url supplied
See Also