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

AdminControllerConsignorFees Method

AuctionWorx 3.5 API
displays and processes changes to global default consignment fees, or consignor-specific fees if specified

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

Syntax

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

Parameters

id
Type: SystemNullableInt32
optional id of the specified consignor, displays the global default fee tiers if not specified
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.