Skip to main content
All docs
V23.2
.NET 6.0+

CustomAuditOperationTypeFilterEventArgs.SaveAuditOperation Property

Indicates whether the Module logs the AuditOperationType operation performed with AuditObject.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public bool SaveAuditOperation { get; set; }

Property Value

Type Description
Boolean

true if the Module logs the AuditOperationType operation on AuditObject; otherwise, false.

Remarks

The following topic demonstrates how to use this property: Audit Specific Operations.

See Also