You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > ResetLotNumbers Method

AccountControllerResetLotNumbers Method

AuctionWorx 3.5 API
Processes request to re-assign all lot numbers in the specified event based on the current order

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
See Also

Reference

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