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

AccountControllerViewFeedback Method

AuctionWorx 3.5 API
Displays the specified user's feedback received from others

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

Syntax

C#
public ActionResult ViewFeedback(
	int userid,
	int? months,
	string sort,
	int? page,
	bool? descending
)

Parameters

userid
Type: SystemInt32
ID of the requested user
months
Type: SystemNullableInt32
the requested number of months (1, 6, or 12) of feedback data to retrieve
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.