Click or drag to resize
FriendInfoProviderFriendshipExistsInternal Method
Determines strictly whether friendship relation exists.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
protected virtual bool FriendshipExistsInternal(
	int userId,
	int requestedUserId
)

Parameters

userId
Type: SystemInt32
User requesting friendship
requestedUserId
Type: SystemInt32
User participating in friendship

Return Value

Type: Boolean
See Also