# GetTagsForNode(String)

Method in [DialogueRunner](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

## Summary

Returns the collection of tags that the node associated with the node named `nodeName`.

```csharp
public IEnumerable<string> GetTagsForNode(String nodeName);
```

## Parameters

| Name              | Description           |
| ----------------- | --------------------- |
| `String` nodeName | The name of the node. |

## Returns

The collection of tags associated with the node, or `null` if no node with that name exists.
