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 SetUserActive( int id, bool active )
Parameters
- id
- Type: SystemInt32
ID of the requested user account - active
- Type: SystemBoolean
true to set user as active, false to set user as deactivated
Return Value
Type: ActionResultRedirect to /Admin/EditUser/[id]
See Also