M-Files API 23.11.13135.0
GetNewBroadcastMessages Method
VaultApplicationTaskOperations Object : GetNewBroadcastMessages Method
The ID of the queue from which to check for the messages.
The ID of the latest already processed broadcast message from the queue.
Description
Gets the broadcast messages that have been sent since the specified broadcast message ID.
Syntax
Visual Basic
Public Function GetNewBroadcastMessages( _
   ByVal QueueID As String, _
   ByVal LatestBroadcastMessageID As String _
) As ApplicationBroadcastMessages
Parameters
QueueID
The ID of the queue from which to check for the messages.
LatestBroadcastMessageID
The ID of the latest already processed broadcast message from the queue.
Remarks

Requires M-Files 19.3.7499.1 or later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultApplicationTaskOperations Object  | VaultApplicationTaskOperations Members