Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Show in webframe

UserLogin Method






The username to log in with
Password for the specified username
Logs on to the MedicalWebViewer and launches it using the browser specified in the SelectedBrowser property.
Syntax
public ControllerReturnCode UserLogin( 
   string username,
   string password
)
'Declaration
 
Public Function UserLogin( _
   ByVal username As String, _
   ByVal password As String _
) As ControllerReturnCode
'Usage
 
Dim instance As MedicalWebViewerExternalController
Dim username As String
Dim password As String
Dim value As ControllerReturnCode
 
value = instance.UserLogin(username, password)

            

            
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

See Also

Reference

MedicalWebViewerExternalController Class
MedicalWebViewerExternalController Members

Error processing SSI file