An enumerator over all the server object configurations.
[Visual Basic .NET] Public Function GetConfigurations ( _ ) As IEnumServerObjectConfiguration
[C#] public IEnumServerObjectConfiguration GetConfigurations ( );
[C++]
HRESULT GetConfigurations(
IEnumServerObjectConfiguration** ppConfigs
);
[C++]Parameters
ppConfigs [out, retval]ppConfigs is a parameter of type IEnumServerObjectConfiguration
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
GetConfigurations returns an enumeration (IEnumServerObjectConfiguration) of IServerObjectConfiguration for configurations of any esriConfigurationStatus from all folders.
These Info objects provide information about the server object configurations and types that are required to make use of them in an application.