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

AuditTrailService.CustomAuditOperationTypeFilterEventArgs.SaveAuditOperation Property

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

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.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