Click or drag to resize
ChatRoomUserInfoProvider.KickPermanentlyFromRoom Method
Kicks permanently from room (removes access rights)

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void KickPermanentlyFromRoom(
	int roomID,
	int chatUserID
)

Parameters

roomID
Type: System.Int32
Room ID
chatUserID
Type: System.Int32
Chat user ID
See Also