Top   Module   Use   Manual   Index 

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

struct SearchInfo


Description
information needed to (recursively) search an object.


Elements

sequence< com::sun::star::ucb::SearchCriterium > Criteria
Description
the search criteria.
com::sun::star::ucb::SearchRecursion Recursion
Description
the mode of recursion to use.
boolean IncludeBase
Description
whether to include the object itself in the search or only (some of) its sub-objects.
boolean RespectFolderViewRestrictions
Description
whether to respect the "view restrictions" specified for the folders hierarchically contained within an object (e.g., only searches through subscribed folders).
boolean RespectDocViewRestrictions
Description
whether to respect the "view restrictions" specified for the documents hierarchically contained within an object (e.g., only searches through marked documents).
boolean FollowIndirections
Description
whether to follow indirections (link objects) and search through their respective targets also.
Top of Page