This document is archived and information here might be outdated.  Recommended version.


IUploadItem Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface
ArcGIS Developer Help

IUploadItem Interface

Provides access to upload item objects.

Product Availability

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

Members

Name Description
Read/write property Committed Indicates if the upload item has been committed.
Read/write property Date The date for the upload (in the server's time zone).
Read/write property Description The description of the uploaded item.
Read/write property FilePath The path of this uploaded item.
Read/write property ID The ID of the uploaded item.
Read/write property Name The name of the uploaded item.
Read/write property PathOnServer The path of this uploaded item on server.

Classes that implement IUploadItem

Classes Description
UploadItem The UploadItem object.