Processes request to re-assign all lot numbers in the specified event based on the current order
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ResetLotNumbers( int eventId, string returnUrl )
Parameters
- eventId
- Type: SystemInt32
The ID of the specified event - returnUrl
- Type: SystemString
URL to return to whether successful or unsuccessful
Return Value
Type: ActionResultSee Also