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

AccountControllerRecalculateSoftClosingGroups Method

AuctionWorx 3.5 API
Processes request to re-calculate all soft-closing (i.e. auto extend) 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 RecalculateSoftClosingGroups(
	int EventID,
	string GroupingOption,
	int? LotsPerGroup
)

Parameters

EventID
Type: SystemInt32
the ID of the specified event
GroupingOption
Type: SystemString
one of "MergeAll", "SplitAll", "NLotsPerGroup", or "CopyClosingGroups"
LotsPerGroup
Type: SystemNullableInt32
required integer value of 1 or greater when GroupingOption="NLotsPerGroup"

Return Value

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

Reference

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