M-Files API 23.11.13135.0
DownloadCustomApplicationBlock Method
VaultCustomApplicationManagementOperations Object : DownloadCustomApplicationBlock 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.
Syntax
Visual Basic
Public Function DownloadCustomApplicationBlock( _
   ByVal DownloadID As Long, _
   ByVal BlockSize As Long, _
   ByVal Offset As Unknown _
) 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