Specifies the trace flags applied to the classes in the CFS Daemon (Content Federation System) 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 CFSDaemonTraceFlags As Nullable(Of Integer)
C#
Nullable<int> CFSDaemonTraceFlags { get; set; }
Visual C++
property Nullable<int> CFSDaemonTraceFlags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_cfsDaemonTraceFlags();
function set_cfsDaemonTraceFlags(value);

ToggleRemarks

ToggleSee Also