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

struct OpenCommandArgument2
Base Hierarchy
OpenCommandArgument2OpenCommandArgument
Developers Guide
UCB - Folders - Accessing the Children of a Folder

Elements' Summary
SortingInfo The sort criteria for the rows of the returned ContentResultSet.  
Elements' Details
SortingInfo
sequence< NumberedSortingInfo > SortingInfo;
Description
The sort criteria for the rows of the returned ContentResultSet.

The result set implementation may ignore this parameter, if it cannot sort the data by the given criteria in an efficient way (i.e. directly using the underlying data source -> SQL-database -> ORDER BY).

Top of Page