IAuditTrail Interface |
Namespace: Ingeniux.CMS
The IAuditTrail type exposes the following members.
Name | Description | |
---|---|---|
AddT |
Adds a new Audit Entry for an entity update.
| |
EntityUpdateEntriesT |
Retrieves audit entries that record entity updates in a paginated fashion.
| |
Entries |
Retrieves audit entries in a paginated fashion.
| |
Entry |
Retrieves a specific audit entry by its entity ID.
| |
Flush |
The Audit Trail interface is only created once per ContentStore instance. It is not controlled within any UserSession, and its updates aren't involved in any transactions.
The Audit Trail interface doesn't allow for removal of entries, but it does perform automatic archives based on its settings.
IAuditTrail auditTrail = store.AuditTrail;