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