This document is archived and information here might be outdated. Recommended version. |
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