This property is not supported.

Specifies the maximum period in seconds for which a background content conversion worker can be idle before terminating.

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

ToggleSyntax

Visual Basic (Declaration)
Property ConversionWorkerIdleTimeout As Nullable(Of Integer)
C#
Nullable<int> ConversionWorkerIdleTimeout { get; set; }
Visual C++
property Nullable<int> ConversionWorkerIdleTimeout {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_conversionWorkerIdleTimeout();
function set_conversionWorkerIdleTimeout(value);

ToggleRemarks

ToggleSee Also