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


IAdminUploadsClient.AdminUploadPart 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.AdminUploadPart Method
ArcGIS Developer Help

IAdminUploadsClient.AdminUploadPart Method

Uploads a part for the upload item.

[Visual Basic .NET]
Public Sub AdminUploadPart ( _
    ByVal pUploadItem As IUploadItem, _
    ByVal file As String, _
    ByVal uploadPartNumber As Integer, _
    ByVal offset As Long, _
    ByVal bytesToWrite As Integer _
)
[C#]
public void AdminUploadPart (
    IUploadItem pUploadItem,
    string file,
    int uploadPartNumber,
    ulong offset,
    int bytesToWrite
);
[C++]
HRESULT AdminUploadPart(
  IUploadItem* pUploadItem,
  BSTR file,
  long uploadPartNumber,
  Unsigned 64-bit int offset,
  long bytesToWrite
);
[C++]
Parameters
pUploadItem [in]

pUploadItem is a parameter of type IUploadItem* file [in]
file is a parameter of type BSTR uploadPartNumber [in]
uploadPartNumber is a parameter of type long offset [in]
offset is a parameter of type uint64 bytesToWrite [in]
bytesToWrite is a parameter of type long

Product Availability

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

See Also

IAdminUploadsClient Interface