An enumerator over all the ArcGIS server's ServerObjectExtensionTypeInfos.
[Visual Basic 6.0] Function GetExtensionTypeInfos(
ByVal SOTypeName As String _
) As IEnumServerObjectExtensionTypeInfo
[Visual Basic .NET] Public Function GetExtensionTypeInfos ( _ ByVal SOTypeName As String _ ) As IEnumServerObjectExtensionTypeInfo
[C#] public IEnumServerObjectExtensionTypeInfo GetExtensionTypeInfos ( string SOTypeName );
[Java] public IEnumServerObjectExtensionTypeInfo getExtensionTypeInfos ( String SOTypeName ) throws IOException, AutomationException
[C++] HRESULT GetExtensionTypeInfos( BSTR SOTypeName, IEnumServerObjectExtensionTypeInfo** ppInfos );
Parameters
SOTypeName [in]
SOTypeName is a parameter of type BSTR
ppInfos [out, retval]
ppInfos is a parameter of type IEnumServerObjectExtensionTypeInfo
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.