GetSaliencyOptionsForNodeGroup(string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Queries the for what content could possibly run if the node group nodeGroup was run.
This method evaluates all nodes in the given node group, and returns a [ContentSaliencyOption](yarn.saliency.contentsaliencyoption.md) object for each node. This object contains the current number of passing and failing 'when' clauses on the node, as well as the complexity score for that node. This is the same information that's passed to a [QueryBestContent(IEnumerable<ContentSaliencyOption>)](yarn.saliency.icontentsaliencystrategy.md">IContentSaliencyStrategy object's
string
nodeGroup
The name of the node group to get available content for.
A collection of objects that may appear if
and when the node group nodeGroup
is run.