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