| FriendInfoProviderFriendshipExistsInternal Method  | 
            Determines strictly whether friendship relation exists.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntaxprotected 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