Displays a page of closed listings where this user has submitted an action (i.e. bid) but was not successful (i.e. did not win)
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult BiddingNotWon( int? page, int? SortFilterOptions )
Parameters
- page
- Type: SystemNullableInt32
index of the page to be displayed (default 0) - SortFilterOptions
- Type: SystemNullableInt32
index of requested sort option (default 0)
Return Value
Type: ActionResultView(Page<Listing>)
See Also