Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The audit module has two parameters:

  • ApplyToType is a function from Type to bool returning true if the content type should be audited.
  • KeepFor is a TimeSpan indicating how long an audit record should be kept for.  Every time the audit module starts up, it purges records older than this.
  • ApplyToType is a function from Type to bool returning true if the content type should be audited.

Audit table in database

The Audits table in the database stores the change records:

...