FriendInfoProvider.GetFriendsInternal Method |
Note: This API is now obsolete.
Gets all friends filtered out by where condition and ordered by given expression.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax[ObsoleteAttribute("Use GetFriends() instead.")]
protected virtual InfoDataSet<FriendInfo> GetFriendsInternal(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: System.String
Where condition - orderBy
- Type: System.String
Order by clause - topN
- Type: System.Int32
Number of records to return - columns
- Type: System.String
Columns to select, null or empty returns all columns
Return Value
Type:
InfoDataSet<FriendInfo>DataSet with friends.
See Also