Click or drag to resize
FriendInfoProviderGetFriendsInternal Method

Note: This API is now obsolete.

Gets all friends filtered out by where condition and ordered by given expression.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetFriends() instead.")]
protected virtual InfoDataSet<FriendInfo> GetFriendsInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Number of records to return
columns
Type: SystemString
Columns to select, null or empty returns all columns

Return Value

Type: InfoDataSetFriendInfo
DataSet with friends.
See Also