You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > SubmitFeedback Method (Int32, Int32, String, String, String, String, String)

AccountControllerSubmitFeedback Method (Int32, Int32, String, String, String, String, String)

AuctionWorx 3.5 API
Processes request to submit feedback about a completed listing action

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

Syntax

C#
public ActionResult SubmitFeedback(
	int ListingID,
	int LineItemID,
	string Sender,
	string Receiver,
	string Rating,
	string Comment,
	string returnUrl
)

Parameters

ListingID
Type: SystemInt32
ID of the related listing
LineItemID
Type: SystemInt32
ID of the related sale LineItem
Sender
Type: SystemString
username of the user submitting feedback
Receiver
Type: SystemString
username of the related user
Rating
Type: SystemString
feedback rating (integer 1-5)
Comment
Type: SystemString
feedback comment
returnUrl
Type: SystemString
Url to redirect to (default listing detail view if missing)

Return Value

Type: ActionResult
Redirect to "returnUrl" (success) or Redirect to submit feedback form (errors)
See Also

Reference

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