Click or drag to resize
FriendInfoProviderGetFriendInfo Method (Int32)
Returns the FriendInfo structure for the specified friend.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public static FriendInfo GetFriendInfo(
	int friendId
)

Parameters

friendId
Type: SystemInt32
Friend id

Return Value

Type: FriendInfo
See Also