ArcObjects Library Reference (GISClient)  

IAdminUploadsClient.AdminUploadFile Method

Uploads a file to the server without breaking it into parts.

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

[C++]
HRESULT AdminUploadFile(
  BSTR file,
  BSTR Description,
  IUploadItem** ppUploadedItem
);
[C++]

Parameters

file [in]   file is a parameter of type BSTR Description [in]   Description is a parameter of type BSTR ppUploadedItem [out, retval]

  ppUploadedItem is a parameter of type IUploadItem

Product Availability

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

See Also

IAdminUploadsClient Interface