This document is archived and information here might be outdated.  Recommended version.


IServerObjectAdmin2.AddExtensionType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin2 Interface > IServerObjectAdmin2.AddExtensionType Method
ArcGIS Developer Help

IServerObjectAdmin2.AddExtensionType Method

Registers a new server object extension type with the server object type indicated in the argument list.

[Visual Basic .NET]
Public Sub AddExtensionType ( _
    ByVal SOTypeName As String, _
    ByVal pSOEType As IServerObjectExtensionType _
)
[C#]
public void AddExtensionType (
    string SOTypeName,
    IServerObjectExtensionType pSOEType
);
[C++]
HRESULT AddExtensionType(
  BSTR SOTypeName,
  IServerObjectExtensionType* pSOEType
);
[C++]
Parameters
SOTypeName [in]

SOTypeName is a parameter of type BSTR pSOEType [in]
pSOEType is a parameter of type IServerObjectExtensionType*

Product Availability

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

See Also

IServerObjectAdmin2 Interface