←Select platform

GetUserRoles Method

Summary

Returns the list of roles for a single medical web viewer.

Syntax
C#
VB
C++
public ControllerReturnCode GetUserRoles( 
   string userName, 
   List<string> userRoles 
) 
Public Function GetUserRoles( 
   ByVal userName As String, 
   ByVal userRoles As List(Of String) 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ GetUserRoles( 
      String^ userName, 
      List<String^>^ userRoles 
   ) 

Parameters

userName

a login name for the medical web viewer

userRoles

the list of roles associated with userName

Return Value

A ControllerReturnCode value indicating the result.

Requirements

Target Platforms

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

Leadtools.Medical.WebViewer.ExternalControl Assembly