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

ToggleRemarks

ToggleSee Also