←Select platform

GetRoles Method

Summary

Returns the list of all available roles for the medical web viewer.

Syntax
C#
VB
C++
public ControllerReturnCode GetRoles( 
   List<Role> roleList 
) 
Public Function GetRoles( 
   ByVal roleList As List(Of Role 
)) As ControllerReturnCode 
public:  
   ControllerReturnCode^ GetRoles( 
      List<Role^>^ roleList 
   ) 

Parameters

roleList

the list of all available roles for the medical web viewer.

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