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


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

IServerObjectExtensionTypeInfo Interface

Provides access to the properties of a server object extentsion type.

Product Availability

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

Members

Name Description
Read-only property Description The description of the extension type.
Read-only property Name The name of the extension type.

Classes that implement IServerObjectExtensionTypeInfo

Classes Description
ServerObjectExtensionTypeInfo The ServerObjectExtensionTypeInfo object which provides information about server object extension types to users without administrative privileges to the ArcGIS server.

Remarks

The ServerObjectExtensionTypeInfo class gives users and developers who are not administrators access to the list of server object extension types and the set of their properties that are necessary for programming applications with them. You can get information about server object extension types using the GetExtensionTypeInfos method on IServerObjectManager2 to get the ServerObjectExtensionTypeInfos.

These objects support the IServerObjectExtensionTypeInfo interface which provides read�only access to a subset of the server object extension type's properties. These properties include:

Name: the name of the server object extension type (e.g., NAServer)

Description: the description of the server object extension type