| ChatRoomUserHelperLeaveRoomPermanently Method | 
            Removes user permanently from this room. This means, that he has to be invited again to enter it.
            
            In public rooms it does the same as classic LeaveRoom().
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void LeaveRoomPermanently(
	int roomID,
	ChatUserInfo chatUser
)
Parameters
- roomID
- Type: SystemInt32
 Room ID
- chatUser
- Type: CMS.ChatChatUserInfo
 User to remove
 See Also
See Also