Evgeny,
How can I get the childnodes of a node? In prior versions this was possible with
FlyTreeNodeCollection collection = parentnode.ChildNodes.FindByValue(path[i], false);
or
FlyTreeNode node = parentnode.ChildNodes.FindByValue(path[i], false);
But in this version I was not able to find the right statement. Would you help me please?
Thank you in advance,
Meike