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


IServerEnvironmentXHelper.RemoveServerDirectory Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerEnvironmentXHelper.RemoveServerDirectory Method

Removes a server directory from the server environment.

[Visual Basic .NET]
Public Sub RemoveServerDirectory ( _
    ByVal dirPath As String _
)
[C#]
public void RemoveServerDirectory (
    string dirPath
);
[C++]
HRESULT RemoveServerDirectory(
  BSTR dirPath
);
[C++]

Parameters dirPath [in] dirPath is a parameter of type BSTR

Product Availability

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

See Also

IServerEnvironmentXHelper Interface