M-Files API 23.11.13135.0
SendResponse Method
VaultServerDataPushOperations Object : SendResponse Method
The request ID that was received from the server.
The response content.
Description
Sends a response to the server request.
Syntax
Visual Basic
Public Sub SendResponse( _
   ByVal RequestID As Long, _
   ByVal JsonResponseContent As String _
) 
Parameters
RequestID
The request ID that was received from the server.
JsonResponseContent
The response content.
See Also

VaultServerDataPushOperations Object  | VaultServerDataPushOperations Members