Processes request to delete a feedback record
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteFeedback( int id, int feedbackId, bool? forOthers, int? months, string sort, int? page, bool? descending, string backUrl )
Parameters
- id
- Type: SystemInt32
ID of the requested user - feedbackId
- Type: SystemInt32
ID of the requested feedback record - 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) - backUrl
- Type: SystemString
'back' url to render on resulting redirect target
Return Value
Type: ActionResultRedirect to feedback view
See Also