This document is archived and information here might be outdated. Recommended version. |
An enumerator over all the ArcGIS server's ServerObjectExtensionTypeInfos.
[Visual Basic .NET] Public Function GetExtensionTypeInfos ( _ ByVal SOTypeName As String _ ) As IEnumServerObjectExtensionTypeInfo
[C#] public IEnumServerObjectExtensionTypeInfo GetExtensionTypeInfos ( string SOTypeName );
[C++]
HRESULT GetExtensionTypeInfos(
BSTR SOTypeName
);
[C++] Parameters SOTypeName [in]
SOTypeName is a parameter of type BSTR
Retrieves an enumeration of IServerObjectTypeInfos from the ArcGIS Server system configuration (Server.cfg). The IServerObjectTypeInfo interface provides the name and description of a server object type.