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

AccountControllerInvoicePurchases Method

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

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult InvoicePurchases(
	string sort,
	int? page,
	bool? descending
)

Parameters

sort
Type: SystemString
field name to order results by
page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
descending
Type: SystemNullableBoolean
order results in ascending or descending order (default false / ascending)

Return Value

Type: ActionResult
View(Page<Invoice>)
See Also

Reference

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