# GetSearchTable()

> Invoked to get the table configuration.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.6/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
SearchTable GetSearchTable()
```

### Returns

| Type                                                                             | Description                                  |
| -------------------------------------------------------------------------------- | -------------------------------------------- |
| [SearchTable](/engine/6000.6/script-reference/unityeditor/search/searchtable.md) | Returns the view search table configuration. |
