Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DeleteUser Method
See Also 
Leadtools.Dicom.Services Namespace > IDICOMManage Interface : DeleteUser Method



username
A System.String representing the user name to delete.
extraData
User custom data.
username
A System.String representing the user name to delete.
extraData
User custom data.
Deletes a specific user.

Syntax

Visual Basic (Declaration) 
Sub DeleteUser( _
   ByVal username As String, _
   ByVal extraData As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IDICOMManage
Dim username As String
Dim extraData As String
 
instance.DeleteUser(username, extraData)
C# 
void DeleteUser( 
   string username,
   string extraData
)
C++/CLI 
void DeleteUser( 
   String^ username,
   String^ extraData
) 

Parameters

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also