Aqualogic Interaction API  
 

IPTTreeIterator.MoveTo Method 

Move to a specified location in the tree. The location identifier is a value returned in the PT_TREE_ITERATOR_CHILD_INFO_IDENTIFIER column of the result of a call to Children, or through a call to GetLocation.

void MoveTo(
   string sLocation
);

Parameters

sLocation
the location to which to move

See Also

IPTTreeIterator Interface | com.plumtree.server.treeiterator Namespace