A boolean value that controls the run enabled status of the import agent sub-component of the CFS importer. When false, the agent does not run. When true, the agent runs, but the importer as a whole might still not process import requests when the dispatcher sub-component has not also been enabled. For more information, see the DispatcherEnabled property on the ICFSImportAgentConfiguration interface.

For a discussion of the importer sub-components, see the ICFSImportAgentConfiguration interface.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also