M-Files API 23.11.13135.0
UploadFileCommit_32bit Method
VaultObjectFileOperations Object : UploadFileCommit_32bit Method
The identifier of the upload operation returned by UploadFileBlockBegin_32bit.
The total logical size of the file.
Description
Commits the upload operation of the specified file (uses 32-bit arguments).
Syntax
Visual Basic
Public Sub UploadFileCommit_32bit( _
   ByVal UploadID As Long, _
   ByVal File As Long, _
   ByVal FileVersion As Long, _
   ByVal LogicalSize As Long _
) 
Parameters
UploadID
The identifier of the upload operation returned by UploadFileBlockBegin_32bit.
File
FileVersion
LogicalSize
The total logical size of the file.
Remarks

This method version is intended to be used in development environments with no support for 64-bit data types.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members