| FriendInfoProviderGetFriends Method (String, String, Int32, String) | 
            Gets all friends filtered out by where condition and ordered by given expression.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<FriendInfo> GetFriends(
	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: 
InfoDataSetFriendInfoDataSet with friends.
 See Also
See Also