M-Files API 23.11.13135.0
DownloadFileInBlocks_BeginEx3 Method
VaultObjectFileOperations Object : DownloadFileInBlocks_BeginEx3 Method
The object identifier of the object that contains the file.
The file version.
Specifies the file format to download.
Description
Begins the block-by-block download of the specified file.
Syntax
Visual Basic
Public Function DownloadFileInBlocks_BeginEx3( _
   ByVal ObjID As ObjID, _
   ByVal FileVer As FileVer, _
   ByVal FileFormat As MFFileFormat _
) As FileDownloadSession
Parameters
ObjID
The object identifier of the object that contains the file.
FileVer
The file version.
FileFormat
ValueDescription
MFFileFormatDisplayOnlyPDFPDF for display purposes only (printing, copying, etc. disabled).
MFFileFormatNativeNative file format.
MFFileFormatPDFPDF.
Specifies the file format to download.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members