UserPreference.Settings enumeration

Specifies the setting for a Search user preference.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration Settings
'Usage
Dim instance As UserPreference.Settings
[FlagsAttribute]
public enum Settings

Members

Member name Description
ShowPrequerySuggestion A flag that indicates the pre-query suggestions feature for the Search user preference is enabled.
ShowPersonalSuggestions
OpenDocumentsInClient

See also

Reference

Microsoft.Office.Server.Search.Administration namespace