M-Files API 23.11.13135.0
WOPIDownloadFile_ReadBlock Method
ServerWOPIOperations Object : WOPIDownloadFile_ReadBlock Method
The WOPI user session token.
The download session ID.
The number of bytes to download.
The byte offset from the beginning of the file.
Description
Downloads a specific block from a file on the server for WOPI Operations.
Syntax
Visual Basic
Public Function WOPIDownloadFile_ReadBlock( _
   ByVal WOPIUserSessionToken As String, _
   ByVal DownloadID As Long, _
   ByVal BlockSize As Long, _
   ByVal Offset As Unknown _
) As Byte()
Parameters
WOPIUserSessionToken
The WOPI user session token.
DownloadID
The download session ID.
BlockSize
The number of bytes to download.
Offset
The byte offset from the beginning of the file.
Remarks
Supported in M-Files 21.6.10322.0 and later.
See Also

ServerWOPIOperations Object  | ServerWOPIOperations Members