ArcObjects Library Reference (Server)  

IServerObjectManager2.GetExtensionTypeInfos Method

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,
  IEnumServerObjectExtensionTypeInfo** ppInfos
);
[C++]

Parameters

SOTypeName [in]   SOTypeName is a parameter of type BSTR ppInfos [out, retval]

  ppInfos is a parameter of type IEnumServerObjectExtensionTypeInfo

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IServerObjectManager2 Interface