Prunes an iteration during traversal. This only applies to TreeIterator-produced iterators. When called, any subtrees under the current iteration item are removed from the iteration.
pruneIteration ( iterator As User ) As Any
| Argument | Type | Description |
|---|---|---|
| iterator | User | The iterator object produced by TreeIterator( ). |