InvitationInfoProviderInvitationExists Method |
Determines whether invitation exists.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 12.0.0
Syntax public static bool InvitationExists(
int invitedUserId,
int groupId
)
Parameters
- invitedUserId
- Type: SystemInt32
ID of invited user - groupId
- Type: SystemInt32
ID of group
Return Value
Type:
BooleanTrue if invitation exists.
See Also