Exports the specified range of events to XML format. Compatible with 32-bit environments.Exports the specified range of events to XML format. Compatible with 32-bit development environments.
Visual Basic |
---|
Public Function ExportRange_32bit( _ ByVal FirstEventID As String, _ ByVal LastEventID As String, _ Optional ByVal DeleteEventsAfterExporting As Boolean = False _ ) As String |
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. |
This method version is intended to be used in development environments with no support for 64-bit data types.
"Development environment" should not be confused with "operating system": This method can be used on 64-bit computers and operating systems as well.