IServerObjectManager3 Interface

Provides access to properties and members of the ArcGIS server's server object manager for server object extensions.

Members

Name Description
Method CreateServerContext Gets a reference to a server context. The server context can be based on a specified server object configuration, or can be an empty server context if no server object configuration is specified.
Read-only property FolderInfo Properties associated with a server configuration folder.
Method GetConfigurationInfo Gets the ServerObjectConfigurationInfo for the specified Name and TypeName.
Method GetConfigurationInfos An enumerator over all the GIS server's ServerObjectConfigurationInfos.
Method GetConfigurationInfosEx An enumerator over all the ArcGIS server's ServerObjectExtensionInfos in a given folder.
Method GetConfigurationInfosEx2 An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder.
Method GetConfigurationStatus Get the configuration status for a server object configuration with the specified Name and TypeName.
Method GetExtensionTypeInfos An enumerator over all the ArcGIS server's ServerObjectExtensionTypeInfos.
Method GetFolders An array of folder names in the server configuration folder.
Method GetServerDirectoryInfos An enumerator over all the GIS server's ServerDirectoryInfos.
Method GetTypeInfos An enumerator over all the GIS server's ServerObjectTypeInfos.
Read-only property SystemInfo The properties of the underlying system hardware and software.

IServerObjectManager3.GetConfigurationInfosEx2 Method

An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder.

Public Function GetConfigurationInfosEx2 ( _
    ByVal folderName As String, _
    ByVal stat As esriConfigurationStatus _
) As IEnumServerObjectConfigurationInfo
public IEnumServerObjectConfigurationInfo GetConfigurationInfosEx2 (
    string folderName,
    esriConfigurationStatus stat
);

Remarks

GetConfigurationInfosEx2 returns an enumeration (IEnumServerObjectConfigurationInfo) of IServerObjectConfigurationInfo for configurations of a specific esriConfigurationStatus from the folder specified.

Some folderNames have special significance:

folderName == “” means “root”.

folderName == “NULL” means “all folders and root”

Inherited Interfaces

Interfaces Description
IServerObjectManager2 Provides access to properties and members of the ArcGIS server's server object manager for server object extensions.
IServerObjectManager Provides access to properties and members of the ArcGIS server's server object manager.

Classes that implement IServerObjectManager3

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.