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

interface XPropertyMatcherFactory
Description
Creates an ::com::sun::star::ucb::XPropertyMatcher , given a set of search criteria.

Methods' Summary
createPropertyMatcher Creates an XPropertyMatcher.  
Methods' Details
createPropertyMatcher
::com::sun::star::ucb::XPropertyMatcher
createPropertyMatcher( [in] sequence< ::com::sun::star::ucb::SearchCriterium >  Criteria );

Description
Creates an XPropertyMatcher.
Parameter Criteria
The set of search criteria the returned XPropertyMatcher will use.
Returns
An XPropertyMatcher with the given search criteria.
Top of Page