Displays form to manage feedback for the specified user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult UserFeedback( int id, bool? forOthers, int? months, string sort, int? page, bool? descending )
Parameters
- id
- Type: SystemInt32
ID of the requested user - forOthers
- Type: SystemNullableBoolean
if true returns feedback for others, otherwise returns feedback from others - 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: ActionResultView(User)
See Also