| InvitationInfoProviderInvitationExists Method | 
            Determines whether invitation exists.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also