M-Files API 23.11.13135.0
ClearRange_32bit Method
VaultEventLogOperations Object : ClearRange_32bit Method
The ID of the first event that should be removed (text string).
The ID of the last event that should be removed (text string).
Description
Clears the range of events in log. Compatible with 32-bit environments.Clears the range of events in log. Compatible with 32-bit development environments.
Syntax
Visual Basic
Public Sub ClearRange_32bit( _
   ByVal FirstEventID As String, _
   ByVal LastEventID As String _
) 
Parameters
FirstEventID
The ID of the first event that should be removed (text string).
LastEventID
The ID of the last event that should be removed (text string).
Remarks

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