Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetUsersInRole Method






A System.String specifying the role name.
User custom data.
Retrieves all users which are members in the specified role.
Syntax
string[] GetUsersInRole( 
   string roleName,
   string extraData
)
'Declaration
 
Function GetUsersInRole( _
   ByVal roleName As String, _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMManage
Dim roleName As String
Dim extraData As String
Dim value() As String
 
value = instance.GetUsersInRole(roleName, extraData)

            

            
array<String^>^ GetUsersInRole( 
   String^ roleName,
   String^ extraData
) 

Parameters

roleName
A System.String specifying the role name.
extraData
User custom data.

Return Value

An array of strings representing all users which are members in the specified role.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file