Leadtools.Dicom.Services

AddUsersToRole Method

Show in webframe



An array of strings representing the users to be added to the specified roles.
An array of strings representing the roles in which the specified users should be members.
User custom data.
Adds users to the specified roles.
Syntax
'Declaration
 
Sub AddUsersToRole( _
   ByVal users() As String, _
   ByVal roles() As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As IDICOMManage
Dim users() As String
Dim roles() As String
Dim extraData As String
 
instance.AddUsersToRole(users, roles, extraData)
void AddUsersToRole( 
   string[] users,
   string[] roles,
   string extraData
)
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

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.