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


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

IServerObjectAdmin.GetConfigurations Method

An enumerator over all the server object configurations.

[Visual Basic .NET]
Public Function GetConfigurations ( _
) As IEnumServerObjectConfiguration
[C#]
public IEnumServerObjectConfiguration GetConfigurations (
);
[C++]
HRESULT GetConfigurations(
void
);

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.

See Also

IServerObjectAdmin Interface