SearchBox.setLocalContentSuggestionSettings method

[SearchBox is no longer available for use as of Windows 10. Instead, use AutoSuggestBox. ]

Specifies whether suggestions based on local files are automatically displayed in the search pane, and defines the criteria that Windows uses to locate and filter these suggestions.

Syntax

searchBox.setLocalContentSuggestionSettings(settings);

Parameters

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

SearchBox