This property is not supported.

Specifies the maximum number of background workers to be engaged in content conversion activity.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also