This document is archived and information here might be outdated. Recommended version. |
Returns the numbers of the parts that have already been uploaded for the upload item.
[Visual Basic .NET] Public Function AdminGetPartNumbers ( _ ByVal pUploadItem As IUploadItem _ ) As ILongArray
[C#] public ILongArray AdminGetPartNumbers ( IUploadItem pUploadItem );
[C++]
HRESULT AdminGetPartNumbers(
IUploadItem* pUploadItem
);
[C++] Parameters pUploadItem [in]
pUploadItem is a parameter of type IUploadItem*