This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectManager2 Interface > IServerObjectManager2.GetExtensionTypeInfos Method (ArcObjects .NET 10.5 SDK) |
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
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.