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

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static bool FriendshipExists(
	int userId,
	int requestedUserId
)

Parameters

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

Return Value

Type: Boolean
See Also