ArcObjects Library Reference (GISClient)  

IAdminUploadsClient Interface

Provides access to properties and members the uploads client object.

Product Availability

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

Members

Description
Method AdminCommit Commits a registered upload item.
Method AdminDelete Deletes the upload item.
Method AdminGetPartNumbers Returns the numbers of the parts that have already been uploaded for the upload item.
Method AdminRegister Instruct the server to reserve space for a new upload item, to be uploaded in parts.
Method AdminUploadFile Uploads a file to the server without breaking it into parts.
Method AdminUploadPart Uploads a part for the upload item.
Method GetUploadItem Returns the upload item with the given itemID.
Method GetUploadItems Returns all uploaded items.

CoClasses that implement IAdminUploadsClient

CoClasses and Classes Description
UploadsClient The uploads client object.