Constructor SearchSuggestion
| Edit this page View SourceSearchSuggestion(string, ISearchSource)
Initializes a new instance of the SearchSuggestion class.
Declaration
public SearchSuggestion(string title, ISearchSource owner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | Sets DisplayTitle. |
| ISearchSource | owner | Sets OwningSource. |