Skip to main content

Iterating Trough Nodes

The Node Iterator allows you to traverse through the nodes without writing recursive code. Nodes are visited one by one starting from a specified node down to the last node contained within a tree.

The image below illustrates the sequence in which nodes are processed.

treelistNodeIteration

To iterate through nodes, do the following.

#Example: How to Iterate Through All Visible Nodes