Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

DeleteUser Method






A System.String representing the user name to delete.
User custom data.
Deletes a specific user.
Syntax
void DeleteUser( 
   string username,
   string extraData
)
'Declaration
 
Sub DeleteUser( _
   ByVal username As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As IDICOMManage
Dim username As String
Dim extraData As String
 
instance.DeleteUser(username, extraData)

            

            
void DeleteUser( 
   String^ username,
   String^ extraData
) 

Parameters

username
A System.String representing the user name to delete.
extraData
User custom data.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file