Provides access to properties and members the uploads client object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IAdminUploadsClient
CoClasses and Classes | Description |
---|---|
UploadsClient | The uploads client object. |