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

(Global Index)

Syntax

struct SearchCommandArgument;

Description

The argument for the command "search".

See also

XCommandProcessor

Field Summary

Info the search criteria.

Properties the properties for which values shall be provided through the ContentResultSet returned by the search command.

Field Details



Info

Syntax

com::sun::star::ucb::SearchInfo Info;

Description

the search criteria.


Properties

Syntax

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