ArcObjects Library Reference (GISClient)  

IServiceUploadsClient Interface

Provides access to properties and members of the uploads client object.

Product Availability

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

Members

Description
Method GetServiceMaxUploadSizeInBytes Returns the maximum upload size for a service.
Method ServiceCommit Commits a registered upload item.
Method ServiceDelete Deletes the upload item.
Method ServiceGetPartNumbers Returns the numbers of the parts that have already been uploaded for the upload item.
Method ServiceRegister Instruct the server to reserve space for a new upload item, to be uploaded in parts.
Method ServiceUploadFile Uploads a file to the server without breaking it into parts.
Method ServiceUploadPart Uploads a part for the upload item.

CoClasses that implement IServiceUploadsClient

CoClasses and Classes Description
UploadsClient The uploads client object.