Displays a page of "Current Site Fees" lineitems
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Fees( int? page )
Parameters
- page
- Type: SystemNullableInt32
index of the page to be displayed (default 0)
Return Value
Type: ActionResultView(Invoice)
See Also