The ServerObjectExtensionTypeInfo object which provides information about server object extension types to users without administrative privileges to the ArcGIS server.
ServerObjectExtensionTypeInfo is a non-creatable object. References to non-creatable objects must be obtained through other objects.
Product Availability
Interfaces
Interfaces | Description |
---|---|
IServerObjectExtensionTypeInfo | Provides access to the properties of a server object extentsion type. |
IServerObjectExtensionTypeInfo2 | Provides access to the properties of a server object extentsion type. |
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 readonly 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., OGCWebService)
Description: the description of the server object extension type