An enumerator over all the GIS server's ServerObjectTypeInfos.
[Visual Basic .NET] Public Function GetTypeInfos ( _ ) As IEnumServerObjectTypeInfo
[C#] public IEnumServerObjectTypeInfo GetTypeInfos ( );
[C++]
HRESULT GetTypeInfos(
IEnumServerObjectTypeInfo** infos
);
[C++]Parameters
infos [out, retval]infos is a parameter of type IEnumServerObjectTypeInfo
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Returns and enumeration of server object types in the server as ServerObjectTypeInfo objects. These Info objects provide information about the server object types required to make use of them in an application. Additional information about server object types in the server can be accessed using the IServerObjectAdmin interface.