# GetPropositions(SearchPropositionFlags)

> Returns propositions when the list block is clicked.

## Definition

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

```csharp
public abstract IEnumerable<SearchProposition> GetPropositions(SearchPropositionFlags flags = SearchPropositionFlags.None)
```

### Parameters

**** (\[SearchPropositionFlags]\(/engine/6000.6/script-reference/unityeditor/search/searchpropositionflags)): Flags that can be used to know which type of proposition to yield.

### Returns

| Type                                                                                                               | Description   |
| ------------------------------------------------------------------------------------------------------------------ | ------------- |
| [IEnumerable\<SearchProposition>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1) | Propositions. |
