# path

> The unique identifier of this toolbar element.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Toolbars](/engine/6000.6/script-reference/unityeditor/toolbars.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public string path { get; set; }
```

### Remarks

This path specifies the element to refresh when you use [MainToolbar.Refresh](/engine/6000.6/script-reference/unityeditor/toolbars/maintoolbar/refresh.md) to refresh the visual or state of a toolbar element. To group elements together in the main toolbar context menu use the `/` delimiter in the path. For example, "My Elements/My Button".
