The level of auditing on the object store on which this object is persisted. A value of 0 is returned if auditing is disabled; a value of 1 is returned if auditing is enabled. You can change the auditing level by setting this property on the IObjectStore object.

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

ToggleSyntax

Visual Basic (Declaration)
Property AuditLevel As AuditLevel
C#
AuditLevel AuditLevel { get; set; }
Visual C++
property AuditLevel AuditLevel {
	AuditLevel get ();
	void set (AuditLevel value);
}
JavaScript
function get_auditLevel();
function set_auditLevel(value);

ToggleRemarks

ToggleSee Also