FriendInfoProviderGetRequestedFriends Method (Int32) |
Gets requested friendships by user (non-approved, rejected).
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax public static InfoDataSet<FriendInfo> GetRequestedFriends(
int userId
)
Parameters
- userId
- Type: SystemInt32
ID of user
Return Value
Type:
InfoDataSetFriendInfoDataSet with requested friendships.
See Also