Method CreateSearchTree
CreateSearchTree(SearchWindowContext)
Generates data to populate the search window.
Declaration
public List<SearchTreeEntry> CreateSearchTree(SearchWindowContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchWindowContext | context | Contextual data initially passed the window when first created. |
Returns
| Type | Description |
|---|---|
| List<SearchTreeEntry> | Returns the list of SearchTreeEntry objects displayed in the search window. |