Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

AddUsersToRole Method (DICOMService)






An array of strings representing the users which should be added to the specified roles.
An array of strings representing the roles which the specified users should be members in.
User custom data.
Adds users to the specified roles.
Syntax
public virtual void AddUsersToRole( 
   string[] users,
   string[] roles,
   string extraData
)
'Declaration
 
Public Overridable Sub AddUsersToRole( _
   ByVal users() As String, _
   ByVal roles() As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As DICOMService
Dim users() As String
Dim roles() As String
Dim extraData As String
 
instance.AddUsersToRole(users, roles, extraData)

            

            
public:
virtual void AddUsersToRole( 
   array<String^>^ users,
   array<String^>^ roles,
   String^ extraData
) 

Parameters

users
An array of strings representing the users which should be added to the specified roles.
roles
An array of strings representing the roles which the specified users should be members in.
extraData
User custom data.
Requirements

Target Platforms

See Also

Reference

DICOMService Class
DICOMService Members

Error processing SSI file