Processes request to copy multiple lots to another event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult MoveLots( int? FromEventID, int? ToEventID, string[] ListingIDs, string returnUrl, bool? GenerateNewLotNumbers )
Parameters
- FromEventID
- Type: SystemNullableInt32
ID of the source event - ToEventID
- Type: SystemNullableInt32
ID of the target event - ListingIDs
- Type: SystemString
ID or IDs of listings to be activated - returnUrl
- Type: SystemString
URL to return user upon successful copy operation - GenerateNewLotNumbers
- Type: SystemNullableBoolean
true to indicate that lot numbers will not be copied, causing new lot numbers to be generated automatically
Return Value
Type: ActionResultSee Also