Displays form to edit the specified fee tier
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EditFeeTier( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested fee tier
Return Value
Type: ActionResultView(Tier)
See Also