com.esri.arcgis.gisclient
Interface IEnumUploadItem

All Superinterfaces:
Serializable

public interface IEnumUploadItem
extends Serializable

Provides access to members that enumerate through Discovery uploads items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IUploadItem next()
          The next Discovery uploads item.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IUploadItem next()
                 throws IOException,
                        AutomationException
The next Discovery uploads item.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

reset

void reset()
           throws IOException,
                  AutomationException
Starts the enumeration at the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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