Click or drag to resize
FriendInfoProviderGetFullRejectedFriends Method (Int32)
Gets all rejected friendship requests for given user with full user information.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<FriendInfo> GetFullRejectedFriends(
	int userId
)

Parameters

userId
Type: SystemInt32
ID of user

Return Value

Type: InfoDataSetFriendInfo
DataSet with rejected friends.
See Also