This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerEnvironmentEx Interface > IServerEnvironmentEx.GetServerDirectoryInfos Method (ArcObjects .NET 10.5 SDK) |
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