Skip to main content
All docs
V24.1
.NET 6.0+

AuditTrailServiceBase.SaveAuditData(Session) Method

Saves AuditDataItem objects to the database. Call this method when you add custom audit data to the log.

Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll

Declaration

public virtual void SaveAuditData(
    Session session
)

Parameters

Name Type Description
session Session

The current Session.’

Remarks

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

See Also