Click or drag to resize
FriendInfoProviderGetFriendInfoInternal Method (Guid)
Returns the FriendInfo structure specified by GUID.

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

Parameters

guid
Type: SystemGuid
GUID of FriendInfo

Return Value

Type: FriendInfo
See Also