Displays a page of site fee invoices
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult HistoricalFees( string sort, int? page, bool? descending )
Parameters
- sort
- Type: SystemString
field name to order results by - page
- Type: SystemNullableInt32
index of the page to be displayed (default 0) - descending
- Type: SystemNullableBoolean
order results in ascending or descending order (default false / ascending)
Return Value
Type: ActionResultView(Page<Invoice>)
See Also