Click or drag to resize
ModuleCommandsCommunityFriendshipExists Method
Checks whether the friendship exists

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool CommunityFriendshipExists(
	int friendUserId,
	int requestedId
)

Parameters

friendUserId
Type: SystemInt32
User requesting friendship
requestedId
Type: SystemInt32
User participating in friendship

Return Value

Type: Boolean
See Also