M-Files API 23.11.13135.0
UploadFileCommitEx Method
VaultObjectFileOperations Object : UploadFileCommitEx 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.
Syntax
Visual Basic
Public Sub UploadFileCommitEx( _
   ByVal UploadID As Long, _
   ByVal ObjID As ObjID, _
   ByVal FileVer As FileVer, _
   ByVal LogicalSize As Unknown _
) 
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