Processes request to add, edit or delete bid increments
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult UpdateBidIncrements( string ListingTypeName )
Parameters
- ListingTypeName
- Type: SystemString
Name of the requested listing type (e.g. "Auction") under which to adjust bid increments
Return Value
Type: ActionResultRedirect to the property page of specified listing type (e.g. "/Admin/ListingTypeProperties/Auction")
See Also