LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

UserLogin Method

Show in webframe



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
'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
)
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.