Interface INavigationCommandSearchService
Namespace: Simplic.Navigation.Command
Assembly: Simplic.Navigation.Command.dll
Syntax
public interface INavigationCommandSearchService
Methods
| Improve this Doc View SourceSearch(String)
Execute navigation selection/search
Declaration
IList<NavigationCommandSearchResult> Search(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | Input or search string |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<NavigationCommandSearchResult> | List of selected commands with arguments |