An enumerator over all the GIS server's ServerDirectoryInfos.
[Visual Basic .NET] Public Function GetServerDirectoryInfos ( _ ) As IEnumServerDirectoryInfo
[C#] public IEnumServerDirectoryInfo GetServerDirectoryInfos ( );
[C++]
HRESULT GetServerDirectoryInfos(
IEnumServerDirectoryInfo** ppEnum
);
[C++]Parameters
ppEnum [out, retval]ppEnum is a parameter of type IEnumServerDirectoryInfo
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.