This property is not supported.

Specifies the maximum size of text to be retained in the text index from which to generate a summary.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also