Click or drag to resize
ChatRoomUserHelper.LeaveRoomPermanently 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: 11.0.0
Syntax
C#
public static void LeaveRoomPermanently(
	int roomID,
	ChatUserInfo chatUser
)

Parameters

roomID
Type: System.Int32
Room ID
chatUser
Type: CMS.Chat.ChatUserInfo
User to remove
See Also