Click or drag to resize
FriendInfoProviderGetRequestedFriends Method (Int32)
Gets requested friendships by user (non-approved, rejected).

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

Parameters

userId
Type: SystemInt32
ID of user

Return Value

Type: InfoDataSetFriendInfo
DataSet with requested friendships.
See Also