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

struct SearchCommandArgument
Description
The argument for the command "search".
See also
XCommandProcessor

Elements' Summary
Info the search criteria.  
Properties the properties for which values shall be provided through the ContentResultSet returned by the search command.  
Elements' Details
Info
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 ContentResultSet returned by the search command.
Top of Page