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