
Retrieve Recursive Audit Trail For A Specific Folder
getFullFolderAuditTrail.RdRetrieve Recursive Audit Trail For A Specific Folder
Usage
getFullFolderAuditTrail(ident, from = pwd(), includeReadAccess = FALSE)Value
A data frame of audit trail entries for the folder and everything below it,
made distinct over revision, entity, description and timestamp (and over the changed
attribute where the entries carry one), ordered by createdAt. Read access entries
are only included with includeReadAccess = TRUE. This call bypasses the audit trail
cache by design.