Click or drag to resize
ChatServiceKickUserPermanently 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: 12.0.0
Syntax
C#
public 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

Implements

IChatServiceKickUserPermanently(Int32, Int32)
See Also