Gets a boolean indicating whether to use "Search by topic" in search form.

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

Syntax

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

See Also