Gets a boolean indicating whether or not to allow users choose view search results with summary or without summary.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool SEUseSummaryOption { get; }
Visual Basic
Public ReadOnly Property SEUseSummaryOption As Boolean
	Get
Visual C++
public:
property bool SEUseSummaryOption {
	bool get ();
}

Remarks

If this is false, summary is always displayed in search results.

See Also