M-Files API 23.11.13135.0
DownloadFileEx2 Method
VaultObjectFileOperations Object : DownloadFileEx2 Method
The object identifier of the object that contains the file.
The file version.
The location where the file is stored.
Description
Downloads the content of the specified file from the server to the specified path.
Syntax
Visual Basic
Public Sub DownloadFileEx2( _
   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 location where the file is stored.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members