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

AccountControllerRecalculateClosingGroups Method

AuctionWorx 3.5 API
Processes request to re-calculate all lot groups for the specified event

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

Syntax

C#
public ActionResult RecalculateClosingGroups(
	int EventID,
	string GroupingOption,
	int? LotsPerGroup,
	bool? ReOrderByLotNumber
)

Parameters

EventID
Type: SystemInt32
the ID of the specified event
GroupingOption
Type: SystemString
one of "MergeAll", "SplitAll" or "NLotsPerGroup"
LotsPerGroup
Type: SystemNullableInt32
required integer value of 1 or greater when GroupingOption="NLotsPerGroup"
ReOrderByLotNumber
Type: SystemNullableBoolean
if true, lots will also be re-ordered by lot number. If any lot numbers in this event contain non-number characters then it will be re-ordered alphabetically, otherwise numerically.

Return Value

Type: ActionResult
redirect to /Account/ClosingGroups/{Event ID}
See Also

Reference

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