# LoadFromFile(string)

> Load a search table configuraiton from a JSON file.

## Definition

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

```csharp
public static SearchTable LoadFromFile(string stcPath)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Absolute path of the JSON file on disk.

### Returns

| Type                                                                             | Description                        |
| -------------------------------------------------------------------------------- | ---------------------------------- |
| [SearchTable](/engine/6000.5/script-reference/unityeditor/search/searchtable.md) | Loaded search table configuration. |
