Constructor to create a new Sort Comparer to be used by Array.Sort to sort CContact objects.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CContactSorter(
	ContactSortBy sortBy
)
Visual Basic (Declaration)
Public Sub New ( _
	sortBy As ContactSortBy _
)
Visual C++
public:
CContactSorter(
	ContactSortBy sortBy
)

Parameters

sortBy
Type: Asi.iBO.ContactManagement..::.ContactSortBy
Indicates which property of the subsciption should be used to order the list.

See Also