Click or drag to resize
ChatRoomUserHelperKickUserPermanentlyFromRoom Method
Kicks user permanently from this room. He is deleted from db and from memory. He can enter again only after receiving another invitation.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void KickUserPermanentlyFromRoom(
	int roomID,
	ChatUserInfo chatUserToKick,
	ChatUserInfo kicker
)

Parameters

roomID
Type: SystemInt32
Room ID
chatUserToKick
Type: CMS.ChatChatUserInfo
Chat user to kick
kicker
Type: CMS.ChatChatUserInfo
Kicking chat user
See Also