displays and processes changes to global default consignment fees, or consignor-specific fees if specified
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also