Indicates whether content search summary is to be used for the search. Enter a bool value of false or null if the content search summary setting in the search template is to be used; enter true if the content search summary value is to be supplied at runtime.

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

ToggleSyntax

Visual Basic (Declaration)
Public Property Summary As Nullable(Of Boolean)
C#
public Nullable<bool> Summary { get; set; }
Visual C++
public:
property Nullable<bool> Summary {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_summary();
function set_summary(value);

ToggleSee Also