RoomStateIsUserKicked Method (Int32) |
Checks if the chat users specified by chatUserID is kicked from this room.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public bool IsUserKicked(
int chatUserID
)
Parameters
- chatUserID
- Type: SystemInt32
ID of a chat user
Return Value
Type:
BooleanTrue if chat user was kicked.
See Also