Click or drag to resize
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void LeaveRoomPermanently(
	int roomID,
	ChatUserInfo chatUser
)

Parameters

roomID
Type: SystemInt32
Room ID
chatUser
Type: CMS.ChatChatUserInfo
User to remove
See Also