| 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: 10.0.0
 Syntax
Syntaxpublic bool IsUserKicked(
	int chatUserID
)
Parameters
- chatUserID
- Type: SystemInt32
 ID of a chat user
Return Value
Type: 
BooleanTrue if chat user was kicked.
 See Also
See Also