Click or drag to resize
FriendInfoProviderGetFullUserFriendsInternal Method
Returns DataSet with all user's friends with user data based on where condition.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<FriendInfo> GetFullUserFriendsInternal(
	int userId,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

userId
Type: SystemInt32
ID of user
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
See Also