Top   Module   Use   Manual   Index 

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

enum SearchRecursion


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


Values

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