ObjectManager.AuditLogRecordsEx
This property is read only.
| Syntax | Parameters | Return Value |
|---|---|---|
ReadOnly Property ObjectManager.AuditLogRecordsEx( _
SeparateConnection As Boolean, _
QueryTimeOut As Integer, _
SortType As SortType, _
InitialLastLogID As Integer, _
FromDate As Variant, _
ToDate As Variant, _
MoreFilter As String) As AuditLogRecords
|
Whether to launch the query in a separate connection. Type: Boolean
Amount of time (in milliseconds) to wait for the query. Type: Integer
How to sort the returned records. Type: SortType
The starting log ID to start the filter from. Type: Integer
The start date to filter records from. Type: Variant
The end date to filter records from. Type: Variant
WHERE clause to filter with against the Enterprise DB's CSLOG table. Type: String |
AuditLogRecords |