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

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

Syntax

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

See Also