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

constants group ContentResultSetCapability
Description
These values are used to specify the capabilities of an ::com::sun::star::ucb::XDynamicResultSet .

Constants
SORTED indicates that a ::com::sun::star::ucb::ContentResultSet is properly sorted, exactly following the rules given during the ContentResultSet was created.  
Constants' Details
SORTED
const short SORTED = 1;
Description
indicates that a ::com::sun::star::ucb::ContentResultSet is properly sorted, exactly following the rules given during the ContentResultSet was created.
Top of Page