Click or drag to resize
ContactListInfoProviderGetContactListInternal Method (Int32, String, String, Int32, String)
Returns all users from user's contactlist.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ContactListInfo> GetContactListInternal(
	int ownerId,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

ownerId
Type: SystemInt32
User ID
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Select only top N columns
columns
Type: SystemString
Specifies columns to be selected

Return Value

Type: InfoDataSetContactListInfo
See Also