Click or drag to resize
InvitationInfoProviderInvitationExists Method
Determines whether invitation exists.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
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: Boolean
True if invitation exists.
See Also