M-Files API 23.11.13135.0
ClearRange Method
VaultEventLogOperations Object : ClearRange Method
The ID of the first event that should be removed (64-bit integer).
The ID of the last event that should be removed (64-bit integer).
Description
Clears the specified range of events in the event log.
Syntax
Visual Basic
Public Sub ClearRange( _
   ByVal FirstEventID As Unknown, _
   ByVal LastEventID As Unknown _
) 
Parameters
FirstEventID
The ID of the first event that should be removed (64-bit integer).
LastEventID
The ID of the last event that should be removed (64-bit integer).
Remarks

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

Note

This method requires support for 64-bit data types. Use ClearRange_32bit in development environments such as VBScript that do not support these data types.

"Development environment" should not be confused with "operating system": This method can be used in 32-bit operating systems even though it uses 64-bit data types.

See Also

VaultEventLogOperations Object  | VaultEventLogOperations Members