Click or drag to resize
ChatNotificationHelperSendInvitationToRoom Method (ChatRoomInfo, ChatUserInfo, Int32)
Inserts notification of type Invitation.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public 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