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

(Global Index)

Syntax

struct SortingInfo;

Description

contains a sorting info.

Field Summary

PropertyName specifies the name of a property to use for sorting ( e.g. "Title" ).

Ascending contains a flag indicating the sort mode (ascending or descending).

Field Details



PropertyName

Syntax

string PropertyName;

Description

specifies the name of a property to use for sorting ( e.g. "Title" ).


Ascending

Syntax

boolean Ascending;

Description

contains a flag indicating the sort mode (ascending or descending).

Top of Page