struct SearchCriterium in module com::sun::star::ucb::

(Global Index)

Syntax

struct SearchCriterium;

Description

a criterium describing how an object must match some rules that specify (part of) a search.

Field Summary

Terms a number of rule terms.

Field Details



Terms

Syntax

sequence< com::sun::star::ucb::RuleTerm > Terms;

Description

a number of rule terms.

Top of Page