UserLogin Method

Summary
Logs on to the MedicalWebViewer and launches it using the browser specified in the SelectedBrowser property.
Syntax
C#
VB
C++
public ControllerReturnCode UserLogin( 
   string username, 
   string password 
) 
  
Public Function UserLogin( _ 
   ByVal username As String, _ 
   ByVal password As String _ 
) As ControllerReturnCode 
public: 
ControllerReturnCode UserLogin(  
   String^ username, 
   String^ password 
)  

Parameters

username
The username to log in with

password
Password for the specified username

Example

For an example, refer to InitApplication.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.