com.esri.arcgis.catalog
Interface IGxAGSDraftFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSDraftFolder

public interface IGxAGSDraftFolder
extends Serializable

Provides access to members of GxObject that represents a draft service folder object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getStagingFolder()
          The staging folder of this connection.
 void setAGSServerConnectionNameByRef(IAGSServerConnectionName rhs1)
          The AGS server connection.
 

Method Detail

setAGSServerConnectionNameByRef

void setAGSServerConnectionNameByRef(IAGSServerConnectionName rhs1)
                                     throws IOException,
                                            AutomationException
The AGS server connection.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStagingFolder

String getStagingFolder()
                        throws IOException,
                               AutomationException
The staging folder of this connection.

Product Availability

Available with ArcGIS Desktop.

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