<OrderList>

Build 1501 on 14/Nov/2017  This topic last edited on: 30/Jan/2013, at 14:40

Sort order is defined with the <OrderList> element in both the ConditionSearchNode and the SearchConditionList.

<OrderList 

 IsAscending="true">

   <Item xsi:type="AttributeRef" ObjectTypeName="user" AttributeTypeName="name"/>

 </OrderList>

 

Attribute values found in the Item using no parameters:

IsAscending

true or false

 

In this chapter

<Item>

Example