←Select platform

GetRolesForUser Method

Summary

Gets the roles which a user is a member of.

Syntax

C#
VB
C++
public string[] GetRolesForUser( 
   string username, 
   string extraData 
) 
  
Function GetRolesForUser( _ 
   ByVal username As String, _ 
   ByVal extraData As String _ 
) As String() 
array<String^>^ GetRolesForUser(  
   String^ username, 
   String^ extraData 
)  

Parameters

username
An array of strings representing all roles which the user is a member in.

extraData
User custom data.

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.Dicom.Services Assembly