com.esri.arcgis.catalog
Interface IGxFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxDiskConnection, GxFolder, GxWorkspaceFolder

public interface IGxFolder
extends Serializable

Provides access to members that return file system workspaces represented by this folder.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IEnumName getFileSystemWorkspaceNames()
          The Name objects for all file system workspaces represented by this folder.
 

Method Detail

getFileSystemWorkspaceNames

IEnumName getFileSystemWorkspaceNames()
                                      throws IOException,
                                             AutomationException
The Name objects for all file system workspaces represented by this folder.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.system.IEnumName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.