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

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
protected virtual FriendInfo GetFriendInfoInternal(
	int friendId
)

Parameters

friendId
Type: SystemInt32
Friend id

Return Value

Type: FriendInfo
See Also