This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAdminUploadsClient Interface (ArcObjects .NET 10.5 SDK) |
Provides access to properties and members the uploads client object.
Description | ||
---|---|---|
AdminCommit | Commits a registered upload item. | |
AdminDelete | Deletes the upload item. | |
AdminGetPartNumbers | Returns the numbers of the parts that have already been uploaded for the upload item. | |
AdminRegister | Instruct the server to reserve space for a new upload item, to be uploaded in parts. | |
AdminUploadFile | Uploads a file to the server without breaking it into parts. | |
AdminUploadPart | Uploads a part for the upload item. | |
GetUploadItem | Returns the upload item with the given itemID. | |
GetUploadItems | Returns all uploaded items. |
CoClasses and Classes | Description |
---|---|
UploadsClient | The uploads client object. |