processes request to deactivate the specified consignor
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeactivateConsignor( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
the id of the specified consignor - returnUrl
- Type: SystemString
the url to redierect to upon success
Return Value
Type: ActionResultSee Also