M-Files API 23.11.13135.0
DownloadCustomApplicationBlock_32bit Method
VaultCustomApplicationManagementOperations Object : DownloadCustomApplicationBlock_32bit Method
The download ID.
The size of the block to be downloaded.
Offset from the beginning of the file.
Description
Retrieves a specific block of the specified application file from the server (uses 32-bit arguments).
Syntax
Visual Basic
Public Function DownloadCustomApplicationBlock_32bit( _
   ByVal DownloadID As Long, _
   ByVal BlockSize As Long, _
   ByVal Offset As Long _
) As Byte()
Parameters
DownloadID
The download ID.
BlockSize
The size of the block to be downloaded.
Offset
Offset from the beginning of the file.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultCustomApplicationManagementOperations Object  | VaultCustomApplicationManagementOperations Members