Click or drag to resize
ChatRoomUserInfoProviderKickPermanentlyFromRoom Method
Kicks permanently from room (removes access rights)

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

Parameters

roomID
Type: SystemInt32
Room ID
chatUserID
Type: SystemInt32
Chat user ID
See Also