Click or drag to resize
IChatServiceKickUserPermanently Method
Kickes user permanently from a private room. If this room is public, it acts as a normal kick. Kicked user won't be able to enter room again, unless he will be invited one more time.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse KickUserPermanently(
	int roomID,
	int chatUserToKickID
)

Parameters

roomID
Type: SystemInt32
Room id
chatUserToKickID
Type: SystemInt32
ID of chat user which should be kicked

Return Value

Type: ChatGeneralResponse
General response
See Also