For the complete documentation index, see llms.txt. This page is also available as Markdown.

NodeNames

Property in Dialogue

Summary

Gets the names of the nodes in the currently loaded Program.

public IEnumerable<string> NodeNames { get; }

Remarks

If no program is currently loaded, an empty collection is returned.

Last updated

Was this helpful?