ModuleCommandsCommunityFriendshipExists Method |
Checks whether the friendship exists
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also