Skip to main content
All docs
V25.1
  • .NET 8.0+

    UseInAuditTrailAttribute(Boolean) Constructor

    Initializes a new instance of the UseInAuditTrailAttribute class with specified settings.

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public UseInAuditTrailAttribute(
        bool include = true
    )

    Optional Parameters

    Name Type Default Description
    include Boolean True

    Specifies whether property audit is enabled. If false, the audit still logs changes for non-persistent XPO properties if the following property is true: DevExpress.Persistent.AuditTrail.ObjectAuditProcessor.ExcludeNonPersistentFromAudit

    See Also