IActionLogFindAsync Method
Finds the user action log entries in the specified range, optionally
matching a username or ID
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
Task<ICollection<ActionLogEntry>> FindAsync(
DateRange dateRange,
string? userName = null,
string? id = null
)
- dateRange DateRange
- The date range to search
- userName String (Optional)
- A username to search for
- id String (Optional)
- A specific ID to search for
TaskICollectionActionLogEntryA collection of user action log entries