Returns a server object extension found using its type name.
[Visual Basic .NET] Public Function FindExtensionByTypeName ( _ ByVal Name As String _ ) As IServerObjectExtension
[C#] public IServerObjectExtension FindExtensionByTypeName ( string Name );
[C++]
HRESULT FindExtensionByTypeName(
BSTR Name,
IServerObjectExtension** ppSOE
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR ppSOE [out, retval]ppSOE is a parameter of type IServerObjectExtension
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.