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


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

IServerObjectManager.GetTypeInfos Method

An enumerator over all the GIS server's ServerObjectTypeInfos.

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

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.

See Also

IServerObjectManager Interface