| FriendInfoProviderGetFriends Method (String, 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 DataSet GetFriends(
	string where,
	string orderBy
)
Parameters
- where
- Type: SystemString
 Where condition
- orderBy
- Type: SystemString
 Order by clause
Return Value
Type: 
DataSetDataSet with friends.
 See Also
See Also