FriendInfoProviderGetFullRejectedFriends Method (Int32) |
Gets all rejected friendship requests for given user with full user information.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax public static InfoDataSet<FriendInfo> GetFullRejectedFriends(
int userId
)
Parameters
- userId
- Type: SystemInt32
ID of user
Return Value
Type:
InfoDataSetFriendInfoDataSet with rejected friends.
See Also