This property is not supported.

Specifies the maximum size to which the internal queue of content conversion work items can grow before attempts to insert new items will block.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also