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)

Syntax

Visual Basic (Declaration)
Property AuditSuccess As Nullable(Of Boolean)
C#
Nullable<bool> AuditSuccess { get; set; }
C++
property Nullable<bool> AuditSuccess abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_AuditSuccess();

/** property */
public void set_AuditSuccess(Nullable<boolvalue);
JScript
public function get AuditSuccess() : Nullable<bool>

public function set AuditSuccess(value : Nullable<bool>);

Remarks

See Also