←Select platform

DeleteUser Method

Summary

Deletes a specific user.

Syntax

C#
VB
C++
public void DeleteUser( 
   string username, 
   string extraData 
) 
  
Sub DeleteUser( _ 
   ByVal username As String, _ 
   ByVal extraData As String _ 
)  
void DeleteUser(  
   String^ username, 
   String^ extraData 
)  

Parameters

username
A System.String representing the user name to delete.

extraData
User custom data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly