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.2.0

Syntax

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

See Also