This document is archived and information here might be outdated. Recommended version. |
Uploads a file to the server without breaking it into parts.
[Visual Basic .NET] Public Function AdminUploadFile ( _ ByVal file As String, _ ByVal Description As String _ ) As IUploadItem
[C#] public IUploadItem AdminUploadFile ( string file, string Description );
[C++]
HRESULT AdminUploadFile(
BSTR file,
BSTR Description
);
[C++]
Parameters file [in]
file is a parameter of type BSTR Description [in]
Description is a parameter of type BSTR