Processes request for admin user to simulate being logged in as the specified user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Impersonate( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested user account
Return Value
Type: ActionResultRedirect to /Admin/EditUser/[id]
See Also