SortList section (DirectoryStyle)

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

In the SortList section add a series of <Sort Name=name> nodes, one for each column displayed, where name is a descriptive name, recommended to correspond to the name of the column. Each <Sort Name=name> node contain at least one (or more) lines such as:

<SortDescription PropertyName="[objectClass.attributename]IsAscending="true"/>

where objectClass is the class of the object, as defined in the base query.

The first listed sort is the one that is offered as the default sort when you display any directory within that base query.

hmtoggle_plus1Example
hmtoggle_plus1About referenced sort names

See also

ColStyle section