Displays a page of statement line items consigned by this user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ConsignmentClosedItems( int? page, int? SortFilterOptions, string ViewFilterOption )
Parameters
- page
- Type: SystemNullableInt32
index of the page to be displayed (default 0) - SortFilterOptions
- Type: SystemNullableInt32
index of requested sort option (default 0) - ViewFilterOption
- Type: SystemString
e.g. "All" (default), "Sold", "Unsold"
Return Value
Type: ActionResultSee Also