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

AccountControllerCopyLots Method (NullableInt32, NullableInt32, String, String)

AuctionWorx 3.5 API
Displays a form to copy multiple lots from the specified event to a new 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 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: ActionResult
See Also

Reference

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