This property is not supported.

Specifies the maximum size of summary text to be returned in a text search result.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also