| ChatNotificationHelperSendInvitationToRoom Method (ChatRoomInfo, ChatUserInfo, Int32) | 
            Inserts notification of type Invitation.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SendInvitationToRoom(
	ChatRoomInfo room,
	ChatUserInfo currentChatUser,
	int chatUserToInviteID
)
Parameters
- room
- Type: CMS.ChatChatRoomInfo
 Invitation to this room will be send
- currentChatUser
- Type: CMS.ChatChatUserInfo
 Current chat user ID (sender of notification)
- chatUserToInviteID
- Type: SystemInt32
 ID of chat user to invite (receiver of notification)
 See Also
See Also