M-Files API 23.11.13135.0
AddCustomEventEntry Method
VaultEventLogOperations Object : AddCustomEventEntry Method
The identifier of the custom event type.
The XML or string event data.
Description
Adds a custom event entry to the server event log.
Syntax
Visual Basic
Public Function AddCustomEventEntry( _
   ByVal EventType As String, _
   ByVal XmlData As String _
) As Unknown
Parameters
EventType
The identifier of the custom event type.
XmlData
The XML or string event data.
Return Type
Returns the generated event ID.
Remarks
Requires M-Files 18.12.7201.2 or later.
See Also

VaultEventLogOperations Object  | VaultEventLogOperations Members