Displays form and 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 IncrementManagement( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested category under which to adjust bid increments
Return Value
Type: ActionResultView()
See Also