Displays a form to copy multiple lots from the specified event to a new event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CopyLots( int? FromEventID, int? ToEventID, string lotAction, string returnUrl )
Parameters
- FromEventID
- Type: SystemNullableInt32
ID of the specified source event - ToEventID
- Type: SystemNullableInt32
ID of the target event - lotAction
- Type: SystemString
"Copy", "Move" or "Delete" - returnUrl
- Type: SystemString
URL to return user upon successful copy operation
Return Value
Type: ActionResultSee Also