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


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

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
);
[C++]
Parameters
folderName [in]

folderName is a parameter of type BSTR stat [in]
stat is a parameter of type esriConfigurationStatus

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