Initializes a new instance of the ContactSortItem class.

Namespace: ININ.IceLib.Directories
Assembly: ININ.IceLib.Directories (in ININ.IceLib.Directories.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public ContactSortItem(
	ContactProperty property,
	ListSortDirection sortDirection
)
Visual Basic
Public Sub New ( _
	property As ContactProperty, _
	sortDirection As ListSortDirection _
)

Parameters

property
Type: ININ.IceLib.Directories..::..ContactProperty
The contact entry property.
sortDirection
Type: System.ComponentModel..::..ListSortDirection
The sort direction.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

Collapse imageSee Also