←Select platform

GetPermissions Method

Summary

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

Syntax
C#
VB
C++
public ControllerReturnCode GetPermissions( 
   List<Permission> permissionList 
) 
Public Function GetPermissions( 
   ByVal permissionList As List(Of Permission 
)) As ControllerReturnCode 
public:  
   ControllerReturnCode^ GetPermissions( 
      List<Permission^>^ permissionList 
   ) 

Parameters

permissionList

the list of all available permissions 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