Click or drag to resize

ExportAuditAttrs Enumeration

Specifies what type(s) of audit to perform on export.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ExportAuditAttrs
Members
  Member nameValueDescription
StandardAudit1Write an audit record into the xot_audit_readable table. Requires the use of the ReadableAudit extension. May be used with or without SpecializedAudit.
SpecializedAudit2Write an audit record into the xot_audit_export table. Does not require the use of any other extension. May be used with or without StandardAudit.
See Also