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: 8.2.23
Syntax public 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