You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EditConsignor Method

AdminControllerEditConsignor Method

AuctionWorx 3.5 API
displays form and processes request to edit the specified consignor

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

Syntax

C#
public ActionResult EditConsignor(
	int id,
	int? UpdateStatementAddress,
	string returnUrl
)

Parameters

id
Type: SystemInt32
the id of the specified consignor
UpdateStatementAddress
Type: SystemNullableInt32
optional int value of statement to update with updated address, upon success
returnUrl
Type: SystemString
the url to redierect to upon success

Return Value

Type: ActionResult
See Also

Reference

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