Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+

AuditTrailService.AddCustomAuditData(Session, AuditDataItem) Method

Adds custom data (information on events that are not audited) to the audit log.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

public void AddCustomAuditData(
    Session session,
    AuditDataItem auditDataItem
)

Parameters

Name Type Description
session Session

A Session object.

auditDataItem DevExpress.Persistent.AuditTrail.AuditDataItem

An AuditDataItem object that contains custom data that should be added to the audit log.

Remarks

The following help topic demonstrates how to use this method: Add Custom Data to the Audit Log.

See Also