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

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

Parameters

userId
Type: SystemInt32
ID of user

Return Value

Type: InfoDataSetFriendInfo
DataSet with friends ready for approval.
See Also