Currently, we can only delete all audit events that occurred before a specified date and time from the SharePoint Content DB, using the SPAudit.DeleteEntries method by passing the DateTime parameter. As far as I understand, there is no way to delete specific types of events. Can anyone one confirm by providing some valid references from authoritative sources like MSDN or Technet?
Also, what is the difference between Deleting entries and Trimming the Audit log? Can anyone explain clearly? Does trimming also clear / delete entries? The MSDN documentation is not clear.
Ven