Specifies the trace flags applied to the classes in the CBR (Content-Based Retrieval) subsystem. This value can be one or a combination (ANDed) of the fields in the TraceFlag class.

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

ToggleSyntax

Visual Basic (Declaration)
Property CBRTraceFlags As Nullable(Of Integer)
C#
Nullable<int> CBRTraceFlags { get; set; }
Visual C++
property Nullable<int> CBRTraceFlags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_cbrTraceFlags();
function set_cbrTraceFlags(value);

ToggleRemarks

ToggleSee Also