| KickedUsersIsUserKicked Method | 
            Checks if user is kicked now.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also