| 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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxpublic 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