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


IRESTServerObjectAdmin.GetConfigurationInfos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRESTServerObjectAdmin Interface > IRESTServerObjectAdmin.GetConfigurationInfos Method
ArcGIS Developer Help

IRESTServerObjectAdmin.GetConfigurationInfos Method

The configuration infos within a folder (use empty string for root).

[Visual Basic .NET]
Public Function GetConfigurationInfos ( _
    ByVal FolderName As String _
) As IEnumServerObjectConfigurationInfo
[C#]
public IEnumServerObjectConfigurationInfo GetConfigurationInfos (
    string FolderName
);
[C++]
HRESULT GetConfigurationInfos(
  BSTR FolderName
);
[C++]
Parameters
FolderName [in]

FolderName is a parameter of type BSTR

Product Availability

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

See Also

IRESTServerObjectAdmin Interface