ArcObjects Library Reference (GISClient)  

IServiceUploadsClient.ServiceUploadFile Method

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

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

[C++]
HRESULT ServiceUploadFile(
  BSTR file,
  BSTR Description,
  IAGSServerObjectName* pTargetService,
  IUploadItem** ppUploadedItem
);
[C++]

Parameters

file [in]   file is a parameter of type BSTR Description [in]   Description is a parameter of type BSTR pTargetService [in]

  pTargetService is a parameter of type IAGSServerObjectName

ppUploadedItem [out, retval]

  ppUploadedItem is a parameter of type IUploadItem

Product Availability

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

See Also

IServiceUploadsClient Interface