# BuildProfileSettingsProvider(string)

> Initializes a new instance of BuildProfileSettingsProvider with the specified display name.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.Build.Profile](/engine/6000.7/script-reference/unityeditor/build/profile.md)
* **Assembly:** UnityEditor.BuildProfileModule

```csharp
public BuildProfileSettingsProvider(string displayName)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Display name for the settings foldout in the Build Profile window.
