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

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

AuctionWorx 3.5 API
Displays form 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 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
returnUrl
Type: SystemString
Return Url passed to feedbacks view

Return Value

Type: ActionResult
View()
See Also

Reference

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