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


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

IUploadItem2 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 ContentType The content type of the uploaded item.
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.

Inherited Interfaces

Interfaces Description
IUploadItem Provides access to upload item objects.

Classes that implement IUploadItem2

Classes Description
UploadItem The UploadItem object.