Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetAllUsers Method






User custom data.
Retrieves all users names stored in the server.
Syntax
string[] GetAllUsers( 
   string extraData
)
'Declaration
 
Function GetAllUsers( _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMManage
Dim extraData As String
Dim value() As String
 
value = instance.GetAllUsers(extraData)

            

            
array<String^>^ GetAllUsers( 
   String^ extraData
) 

Parameters

extraData
User custom data.

Return Value

An array of strings representing the users names.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file