M-Files API 23.11.13135.0
WOPIUploadFileBlock Method
ServerWOPIOperations Object : WOPIUploadFileBlock Method
The WOPI user session token.
The upload ID.
The total size of the file.
The byte offset from the beginning of the file.
The block to upload.
Description
Uploads to the server a block of a file that is edited or co-authored.
Syntax
Visual Basic
Public Function WOPIUploadFileBlock( _
   ByVal WOPIUserSessionToken As String, _
   ByVal UploadID As Long, _
   ByVal TotalSizeInBytes As Unknown, _
   ByVal Offset As Unknown, _
   ByVal Block() As Byte _
) As Long
Parameters
WOPIUserSessionToken
The WOPI user session token.
UploadID
The upload ID.
TotalSizeInBytes
The total size of the file.
Offset
The byte offset from the beginning of the file.
Block
The block to upload.
Remarks
Supported in M-Files 21.6.10322.0 and later.
See Also

ServerWOPIOperations Object  | ServerWOPIOperations Members