ArcObjects Library Reference (GISClient)  

IAdminUploadsClient.GetUploadItem Method

Returns the upload item with the given itemID.

ERROR: Syntax information about IAdminUploadsClient.GetUploadItem may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT GetUploadItem(
  BSTR itemID,
  IUploadItem** ppUploadsItem
);
[C++]

Parameters

itemID [in]   itemID is a parameter of type BSTR ppUploadsItem [out, retval]

  ppUploadsItem is a parameter of type IUploadItem

Product Availability

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

See Also

IAdminUploadsClient Interface