Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

CreateUser Method






A System.String representing the new user name to create.
A System.String representing the new user password to create.
User custom data.
Creates a new user.
Syntax
void CreateUser( 
   string username,
   string password,
   string extraData
)
'Declaration
 
Sub CreateUser( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As IDICOMManage
Dim username As String
Dim password As String
Dim extraData As String
 
instance.CreateUser(username, password, extraData)

            

            
void CreateUser( 
   String^ username,
   String^ password,
   String^ extraData
) 

Parameters

username
A System.String representing the new user name to create.
password
A System.String representing the new user password to create.
extraData
User custom data.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file