com.esri.arcgis.gisclient
Interface IAdminUploader

All Superinterfaces:
Serializable
All Known Implementing Classes:
Uploader

public interface IAdminUploader
extends Serializable

Provides access to properties and members of the Uploader object.

Product Availability

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


Method Summary
 IUploadItem adminUploadFile(String file, String description, ITrackCancel pTrackCancel)
          .
 

Method Detail

adminUploadFile

IUploadItem adminUploadFile(String file,
                            String description,
                            ITrackCancel pTrackCancel)
                            throws IOException,
                                   AutomationException
.

Product Availability

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

Parameters:
file - The file (in)
description - The description (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
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.