A boolean value that indicates whether auditing for successful event operations is enabled (true) or not (false).

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 AuditSuccess As Nullable(Of Boolean)
C#
Nullable<bool> AuditSuccess { get; set; }
Visual C++
property Nullable<bool> AuditSuccess {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_auditSuccess();
function set_auditSuccess(value);

ToggleRemarks

ToggleSee Also