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

AccountControllerBuyerFeedback Method

AuctionWorx 3.5 API
Displays this user's feedback as a buyer

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

Syntax

C#
public ActionResult BuyerFeedback(
	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<Feedback%gt;)
See Also

Reference

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