Displays a page of statements for this consignor
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ConsignmentStatements( int? page, string sort, bool? descending )
Parameters
- page
- Type: SystemNullableInt32
index of the page to be displayed (default 0) - sort
- Type: SystemString
the column to sort by - descending
- Type: SystemNullableBoolean
the direction to sort
Return Value
Type: ActionResultSee Also