ChatNotificationHelper SendInvitationToRoom Method (ChatRoomInfo, ChatUserInfo, ChatUserInfo)Kentico 8.0 API Reference
Inserts notification of type Invitation.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

room
Type: CMS.Chat ChatRoomInfo
Invitation to this room will be send
currentChatUser
Type: CMS.Chat ChatUserInfo
Current chat user ID (sender of notification)
chatUserToInvite
Type: CMS.Chat ChatUserInfo
Chat user to invite (receiver of notification)
See Also