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


IAdminUploadsClient.GetUploadItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAdminUploadsClient Interface > IAdminUploadsClient.GetUploadItem Method
ArcGIS Developer Help

IAdminUploadsClient.GetUploadItem Method

Returns the upload item with the given itemID.

[Visual Basic .NET]
Public Function GetUploadItem ( _
    ByVal ItemID As String _
) As IUploadItem
[C#]
public IUploadItem GetUploadItem (
    string ItemID
);
[C++]
HRESULT GetUploadItem(
  BSTR ItemID
);
[C++]
Parameters
ItemID [in]

ItemID is a parameter of type BSTR

Product Availability

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

See Also

IAdminUploadsClient Interface