You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > InvoiceEventSales Method

AccountControllerInvoiceEventSales Method

AuctionWorx 3.5 API
Displays a page of listing invoices owned by this user

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View(Page<Invoice>)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.