Validates the specified draft lot
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ValidateDraftLot( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
the id of the specified draft lot - returnUrl
- Type: SystemString
the url to return to upon success or failure
Return Value
Type: ActionResultredirects to returnUrl on success, or returns "EditLot" view with appropriate model errors set, if not
See Also