M-Files API 23.11.13135.0
ExportRange_32bit Method
VaultEventLogOperations Object : ExportRange_32bit Method
The ID of the first event that should be exported as a text string.
The ID of the last event that should be exported (text string).
Boolean value of true if the exported events should be removed from the log when they are exported.
Description
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.
Syntax
Visual Basic
Public Function ExportRange_32bit( _
   ByVal FirstEventID As String, _
   ByVal LastEventID As String, _
   Optional ByVal DeleteEventsAfterExporting As Boolean = False _
) As String
Parameters
FirstEventID
The ID of the first event that should be exported as a text string.
LastEventID
The ID of the last event that should be exported (text string).
DeleteEventsAfterExporting
Boolean value of true if the exported events should be removed from the log when they are exported.
Return Type
Exported events as XML string.
Remarks

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.

See Also

VaultEventLogOperations Object  | VaultEventLogOperations Members