M-Files API 23.11.13135.0
DownloadFileInBlocks_Begin Method
VaultObjectFileOperations Object : DownloadFileInBlocks_Begin Method
The ID of the file.
The version of the file.
Description
Begins the block-by-block download of the specified file.
Syntax
Visual Basic
Public Function DownloadFileInBlocks_Begin( _
   ByVal File As Long, _
   ByVal FileVersion As Long _
) As FileDownloadSession
Parameters
File
The ID of the file.
FileVersion
The version of the file.
Remarks

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

Note

This method requires support for 64-bit data types. Use DownloadFileInBlocks_Begin_32bit in development environments that do not support these data types such as VBScript.

Development environment should not be confused with the operating system: This method can be used in 32-bit operating systems.

See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members