You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > CopyLots Method (Nullable(Int32), Nullable(Int32), String[], String, Nullable(Boolean))

AccountControllerCopyLots Method (NullableInt32, NullableInt32, String, String, NullableBoolean)

AuctionWorx 3.5 API
Processes request to copy multiple lots to another event

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult CopyLots(
	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: ActionResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.