:: com :: sun :: star :: ucb ::

enum SearchRecursion
Description
the various modes of recursion when searching through a hierachical object.
See also
SearchInfo

Values
NONE Does not search through any sub-objects.  
ONE_LEVEL Only searches through sub-objects of the first hierarchy level.  
DEEP Searches through the complete hierarchy of all sub-objects.  
Values' Details
NONE
NONE,
Description
Does not search through any sub-objects.
ONE_LEVEL
ONE_LEVEL,
Description
Only searches through sub-objects of the first hierarchy level.
DEEP
DEEP,
Description
Searches through the complete hierarchy of all sub-objects.
Top of Page