Specifies the trace flags applied to the classes in the Fixed Content Provider 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 FixedContentProviderTraceFlags As Nullable(Of Integer)
C#
Nullable<int> FixedContentProviderTraceFlags { get; set; }
Visual C++
property Nullable<int> FixedContentProviderTraceFlags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_fixedContentProviderTraceFlags();
function set_fixedContentProviderTraceFlags(value);

ToggleRemarks

ToggleSee Also