Click or drag to resize
KickedUsersIsUserKicked Method
Checks if user is kicked now.

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
Chat user ID
forHowLong
Type: SystemInt32
Output parameter. After how many seconds user will be able to join room.

Return Value

Type: Boolean
See Also