# DropdownMenuSeparator(string)

> Initializes a separator at a path.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public DropdownMenuSeparator(string subMenuPath)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The path for the submenu. Path components are delimited by forward slashes ('/').
