Sort options for the ContactListcontrol.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
public 
enum 
SortByOption

Members

Member name Value Description
Availability 0
Specifies that items within each group should be sorted by availability.
DisplayName 1
Specifies that items within each group should be sorted by display name.

See Also