# ContentSaliencyOption(string)

Constructor in [ContentSaliencyOption](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.saliency/yarn.saliency.contentsaliencyoption)

## Summary

Initializes a new instance of the ContentSaliencyOption class with the specified content ID.

```csharp
public ContentSaliencyOption(string id)
```

## Parameters

| Name        | Description                                                  |
| ----------- | ------------------------------------------------------------ |
| `string` id | A string representing the unique identifier for the content. |
