M-Files API 23.11.13135.0
UploadFileCommit_32bitEx Method
VaultObjectFileOperations Object : UploadFileCommit_32bitEx Method
The upload to commit.
The object identifier of an object that contains the file.
The file version.
The logical size for the file.
Description
Commits the upload operation of the specified file (using 32-bit arguments).
Syntax
Visual Basic
Public Sub UploadFileCommit_32bitEx( _
   ByVal UploadID As Long, _
   ByVal ObjID As ObjID, _
   ByVal FileVer As FileVer, _
   ByVal LogicalSize As Long _
) 
Parameters
UploadID
The upload to commit.
ObjID
The object identifier of an object that contains the file.
FileVer
The file version.
LogicalSize
The logical size for the file.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members