Gets a boolean indicating whether to use "Search by type" (document type) in search form.

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

Syntax

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

See Also