FriendInfoProviderGetFullRejectedFriends Method (Int32, String, String, Int32, String) |
Gets all rejected friendship requests for given user with full user information.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax public static InfoDataSet<FriendInfo> GetFullRejectedFriends(
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:
InfoDataSetFriendInfoSee Also