| 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: 10.0.0
 Syntax
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
See Also