The type of event export store to create for Case Analyzer, Case History, or Process Simulator. The property takes a value of EventExporterType.

In IBM Content Foundation, Case Analyzer and Process Simulator are not supported.

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

ToggleSyntax

Visual Basic (Declaration)
Property ExporterType As EventExporterType
C#
EventExporterType ExporterType { get; set; }
Visual C++
property EventExporterType ExporterType {
	EventExporterType get ();
	void set (EventExporterType value);
}
JavaScript
function get_exporterType();
function set_exporterType(value);

ToggleRemarks

ToggleSee Also