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


IServerObjectManager.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 > IServerObjectManager Interface > IServerObjectManager.GetServerDirectoryInfos Method
ArcGIS Developer Help

IServerObjectManager.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.

Remarks

Returns an enumeration of server directories configured in the server as ServerDirectoryInfo objects. These Info objects provide information about the server directories required to make use of them in an application. Additional information about server directories configured in the server can be accessed using the IServerObjectAdmin interface.

See Also

IServerObjectManager Interface