# HasSalientContent(string)

Method in [Dialogue](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.dialogue)

## Summary

Returns if the node group has any potential nodes to be run based on the current salient selector.

```csharp
public bool HasSalientContent(string nodeGroup)
```

## Parameters

| Name               | Description                 |
| ------------------ | --------------------------- |
| `string` nodeGroup | The name of the node group. |

## Returns

True if there is any salient content for the requested node group
