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


IServerEnvironmentEx.GetServerDirectoryInfos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerEnvironmentEx Interface > IServerEnvironmentEx.GetServerDirectoryInfos Method
ArcGIS Developer Help

IServerEnvironmentEx.GetServerDirectoryInfos Method

An enumerator over all the GIS server's ServerDirectoryInfos.

[Visual Basic .NET]
Public Function GetServerDirectoryInfos ( _
) As IEnumServerDirectoryInfo
[C#]
public IEnumServerDirectoryInfo GetServerDirectoryInfos (
);
[C++]
HRESULT GetServerDirectoryInfos(
void
);

Product Availability

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

See Also

IServerEnvironmentEx Interface