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
  • SeparateConnection [in]

Whether to launch the query in a separate connection.

Type: Boolean

  • QueryTimeOut [in]

Amount of time (in milliseconds) to wait for the query.

Type: Integer

  • SortType [in]

How to sort the returned records.

Type: SortType

  • InitialLastLogID [in]

The starting log ID to start the filter from.

Type: Integer

  • FromDate [in]

The start date to filter records from.

Type: Variant

  • ToDate [in]

The end date to filter records from.

Type: Variant

  • MoreFilter [in]

WHERE clause to filter with against the Enterprise DB's CSLOG table.

Type: String

AuditLogRecords