com.esri.arcgis.catalog
Interface IGxGISServersFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxGISServersFolder

public interface IGxGISServersFolder
extends Serializable

Provides access to members that manages the properties of a GISServers root folder.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getPath()
          The full path for the GIS servers folder.
 void setPath(String path)
          The full path for the GIS servers folder.
 

Method Detail

setPath

void setPath(String path)
             throws IOException,
                    AutomationException
The full path for the GIS servers folder.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
path - The path (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPath

String getPath()
               throws IOException,
                      AutomationException
The full path for the GIS servers folder.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The path
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.