A boolean value that indicates whether auditing for failed event operations is enabled (true) or not (false). Currently, auditable failures are limited to an access-denied result of an operation.

NOTE If all audit definitions for a class specify that neither failed nor successful operations should be logged, then auditing for the class is effectively disabled.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property AuditFailure As Nullable(Of Boolean)
C#
Nullable<bool> AuditFailure { get; set; }
Visual C++
property Nullable<bool> AuditFailure {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_auditFailure();
function set_auditFailure(value);

ToggleRemarks

ToggleSee Also