Leadtools.Dicom.Services

CreateUser Method

Show in webframe



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
'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
)
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

 

 


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