The limit of the content size returned in a single round-trip from the Content Platform Engine server.

In addition to setting this property in the ContentConfiguration class, you must also set a JVM argument on your Content Platform Engine client application: FileNet.Content.GetBlockSizeKB. By default, this JVM argument is set to 1 MB. The Maximum value allowed is 10 MB. Note that the server-enforced limit set by the InlineContentRetrievalLimit property takes precedence, so if you set the JVM argument to a value that is larger than the value for the InlineContentRetrievalLimit property, the JVM value is ignored.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also