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


IServerObjectManager3.GetConfigurationInfosEx2 Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectManager3.GetConfigurationInfosEx2 Method

An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder.

[Visual Basic .NET]
Public Function GetConfigurationInfosEx2 ( _
    ByVal folderName As String, _
    ByVal stat As esriConfigurationStatus _
) As IEnumServerObjectConfigurationInfo
[C#]
public IEnumServerObjectConfigurationInfo GetConfigurationInfosEx2 (
    string folderName,
    esriConfigurationStatus stat
);
[C++]
HRESULT GetConfigurationInfosEx2(
  BSTR folderName,
  esriConfigurationStatus stat,
  IEnumServerObjectConfigurationInfo** ppEnum
);
[C++]

Parameters folderName [in] folderName is a parameter of type BSTR stat [in]
stat is a parameter of type esriConfigurationStatus ppEnum [out, retval]
ppEnum is a parameter of type IEnumServerObjectConfigurationInfo

Product Availability

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

Remarks

GetConfigurationInfosEx2 returns an enumeration (IEnumServerObjectConfigurationInfo) of IServerObjectConfigurationInfo for configurations of a specific esriConfigurationStatus from the folder specified.

 

Some folderNames have special significance:

         folderName == “” means “root”.

         folderName == “NULL” means “all folders and root”

See Also

IServerObjectManager3 Interface