Click or drag to resize
RoomStateIsUserKicked Method (Int32, 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,
	out int forHowLong
)

Parameters

chatUserID
Type: SystemInt32
ID of a chat room
forHowLong
Type: SystemInt32
Specified how long must user wait till he can access room again.

Return Value

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