This version of Unity is unsupported.

ISearchView.ExecuteAction

Declaration

public void ExecuteAction(Search.SearchAction action, SearchItem[] items, bool endSearch);

Parameters

action The search action to execute.
items The items to search.
endSearch If true, executing this action closes the Search window.

Description

Executes a Search action on a given list of items.