←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly