Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ITreeIterator Methods

The methods of the ITreeIterator interface are listed below. For a complete list of ITreeIterator interface members, see the ITreeIterator Members topic.

Public Instance Methods

Children Gets the children for this iterator node (e.g., a list of files in a given folder).
Close Close the iterator.
GetCurrentLocation Gets the full path of the current location
GetLocale Gets the locale (culture info) for this iterator
GetLocationName Gets the name of the current node, i.e. the last folder in the path
InitializeIterator Initialize the iterator.
IsAtRoot Checks if the iterator is at the root node.
MoveTo Move to the specified location.
MoveToParent Moves to the parent of this iterator node; one 'directory' up.
MoveToRoot Move to the root of this iterator node.

See Also

ITreeIterator Interface | Plumtree.Remote.Sci Namespace