This document is archived and information here might be outdated.  Recommended version.


IUserStore.DeleteUser Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUserStore Interface > IUserStore.DeleteUser Method
ArcGIS Developer Help

IUserStore.DeleteUser Method

Deletes a user account from the user store.

[Visual Basic .NET]
Public Sub DeleteUser ( _
    ByVal UserName As String _
)
[C#]
public void DeleteUser (
    string UserName
);
[C++]
HRESULT DeleteUser(
  BSTR UserName
);
[C++]
Parameters
UserName [in]

UserName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUserStore Interface