Displays a list of Lots associated with the specified event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult LotsByEvent( int id, int? page, int? SortFilterOptions, string ViewFilterOption, string SearchTerm, string SearchType )
Parameters
- id
- Type: SystemInt32
the id of the specified event - page
- Type: SystemNullableInt32
the page index to redirect to - SortFilterOptions
- Type: SystemNullableInt32
the sort option to redirect to - ViewFilterOption
- Type: SystemString
the filter option to redirect to - SearchTerm
- Type: SystemString
optional search keyword(s) to filter the results by - SearchType
- Type: SystemString
optional search type indicating what field(s) the keyword should be applied to
Return Value
Type: ActionResultView(Page<Listing>)
See Also