Trace flags corresponding to the CFS Import Agent subsystem. This value consists of a combination of TraceFlag constants.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also