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

struct SearchCommandArgument
Description
The argument for the command "search".
See also
::com::sun::star::ucb::XCommandProcessor

Elements' Summary
Info the search criteria.  
Properties the properties for which values shall be provided through the ::com::sun::star::ucb::ContentResultSet returned by the search command.  
Elements' Details
Info
::com::sun::star::ucb::SearchInfo Info;
Description
the search criteria.
Properties
sequence< ::com::sun::star::beans::Property > Properties;
Description
the properties for which values shall be provided through the ::com::sun::star::ucb::ContentResultSet returned by the search command.
Top of Page