Click or drag to resize
RoomStateIsUserKicked Method (Int32)
Checks if the chat users specified by chatUserID is kicked from this room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public bool IsUserKicked(
	int chatUserID
)

Parameters

chatUserID
Type: SystemInt32
ID of a chat user

Return Value

Type: Boolean
True if chat user was kicked.
See Also