# AddItems(IEnumerable<SearchItem>)

> Add new items to the search list.

## Definition

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

```csharp
void AddItems(IEnumerable<SearchItem> items)
```

### Parameters

**** (\[IEnumerable\<SearchItem>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)): List of items to be added.
