For Case Analyzer, indicates whether the analysis exporter associated with the the server hierarchy object is currently enabled. This property allows you to isolate the Case Analyzer to a particular object in the server hierarchy, for example, IVirtualServer or IServerInstance. In IBM Content Foundation, Case Analyzer is not supported, and this property is ignored.

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

ToggleSyntax

Visual Basic (Declaration)
Property AnalysisExporterEnabled As Nullable(Of Boolean)
C#
Nullable<bool> AnalysisExporterEnabled { get; set; }
Visual C++
property Nullable<bool> AnalysisExporterEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_analysisExporterEnabled();
function set_analysisExporterEnabled(value);

ToggleRemarks

ToggleSee Also