> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.node/yarn.node.contentsaliencyconditionvariables.md).

# ContentSaliencyConditionVariables

Property in [Node](/api/csharp/yarn/yarn.node.md)

## Summary

Gets an enumerable containing the names of variables that must be evaluated in order to determine whether this node can be selected as a piece of salient content.

```csharp
public IEnumerable<string> ContentSaliencyConditionVariables { get; }
```

## Remarks

The list of variables is stored in the header as a semicolon-delimited string.
