ArcObjects Library Reference (GISClient)  

IServiceUploadsClient.ServiceGetPartNumbers Method

Returns the numbers of the parts that have already been uploaded for the upload item.

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

[C++]
HRESULT ServiceGetPartNumbers(
  IUploadItem* pUploadItem,
  IAGSServerObjectName* pTargetService,
  ILongArray** ppPartNumbers
);
[C++]

Parameters

pUploadItem [in]

  pUploadItem is a parameter of type IUploadItem

pTargetService [in]

  pTargetService is a parameter of type IAGSServerObjectName

ppPartNumbers [out, retval]

  ppPartNumbers is a parameter of type ILongArray

Product Availability

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

See Also

IServiceUploadsClient Interface