IsEnabled(string)
Checks if a search provider is available to process a query.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public bool IsEnabled(string providerId)
Parameters
ID of the search provider. See id.
Returns
Type | Description |
|---|---|
| bool | Returns true if the search provider is enabled for this SearchContext. |