| FriendInfoProviderFriendshipExists Method | 
            Determines strictly whether friendship relation exists.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also