←Select platform

AddUsersToRole Method

Summary

Adds users to the specified roles.

Syntax

C#
VB
C++
public void AddUsersToRole( 
   string[] users, 
   string[] roles, 
   string extraData 
) 
  
Sub AddUsersToRole( _ 
   ByVal users() As String, _ 
   ByVal roles() As String, _ 
   ByVal extraData As String _ 
)  
void AddUsersToRole(  
   array<String^>^ users, 
   array<String^>^ roles, 
   String^ extraData 
)  

Parameters

users
An array of strings representing the users to be added to the specified roles.

roles
An array of strings representing the roles in which the specified users should be members.

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