Displays a page of listing invoices owned by this user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult InvoiceEventSales( int? page, int? SortFilterOptions, string ViewFilterOption, string SearchTerm, string SearchType, int? EventID )
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
optional filter option, e.g. "All", "Unpaid", "Paid", "NotShipped", "Shipped", "Archived" - SearchTerm
- Type: SystemString
optional search keyword(s) to filter the results by, null or 0 for all - SearchType
- Type: SystemString
optional search type indicating what field(s) the keyword should be applied to, e.g. "User", "ListingTitle", "ListingID", "InvoiceID", "LotNumber" - EventID
- Type: SystemNullableInt32
null for all event data, or > 0 for specific event data
Return Value
Type: ActionResultView(Page<Invoice>)
See Also