Exports all events in XML format.Exports all events to XML format.
Visual Basic |
---|
Public Function ExportAll() As String |
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. |