PopupSwitchUserDialog Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupSwitchUserDialog() method opens the Switch User dialog. If called and no users are currently logged onto the session, the normal logon is processed. Otherwise, the Switch User dialog is loaded. If a new user is logged on, the logon ent dialog automatically displays.
| Overload | Description |
|---|---|
| PopupSwitchUserDialog(String,String) | The PopupSwitchUserDialog() method opens the Switch User dialog. If called and no users are currently logged onto the session, the normal logon is processed. Otherwise, the Switch User dialog is loaded. If a new user is logged on, the logon ent dialog automatically displays. |
| PopupSwitchUserDialog(String,String,Boolean) | The PopupSwitchUserDialog() method opens the Switch User dialog. If called and no users are currently logged onto the session, the normal logon is processed. Otherwise, the Switch User dialog is loaded. In this overload of the method, if a new user is logged on, the Logon Ent dialog automatically displays only if the autoLogonEnts flag is set to true. |