M-Files API 23.11.13135.0
UploadFileEx Method
VaultObjectFileOperations Object : UploadFileEx Method
The object identifier of the object that contains the file.
The file version.
The path of the source file.
Description
Uploads the new content of the specified file to the server.
Syntax
Visual Basic
Public Sub UploadFileEx( _
   ByVal ObjID As ObjID, _
   ByVal FileVer As FileVer, _
   ByVal FilePath As String _
) 
Parameters
ObjID
The object identifier of the object that contains the file.
FileVer
The file version.
FilePath
The path of the source file.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members