enum SearchRecursion in module com::sun::star::ucb::

(Global Index)

Syntax

enum SearchRecursion;

Description

the various modes of recursion when searching through a hierachical object.

See also

SearchInfo

Values Summary

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

Syntax

NONE,

Description

Does not search through any sub-objects.


ONE_LEVEL

Syntax

ONE_LEVEL,

Description

Only searches through sub-objects of the first hierarchy level.


DEEP

Syntax

DEEP,

Description

Searches through the complete hierarchy of all sub-objects.

Top of Page