M-Files API 23.11.13135.0
ExportAll Method
VaultEventLogOperations Object : ExportAll Method
Description
Exports all events in XML format.Exports all events to XML format.
Syntax
Visual Basic
Public Function ExportAll() As String
Return Type
Exported events as an XML string.
Remarks

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

An XSD schema file describing the returned XML format can be found from the Common folder under the M-Files installation directory, which is by default C:\Program Files\M-Files\[version]\Common\events.xsd.

Note

The XML Schema Definition Tool can be used to generate managed .Net classes from the schema by issuing the command xsd.exe events.xsd /classes.

See Also

VaultEventLogOperations Object  | VaultEventLogOperations Members