| SiteOnlineUsersIsChatUserOnline Method | 
            Checks if chat user with specified ID is online.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool IsChatUserOnline(
	int chatUserID
)
Parameters
- chatUserID
- Type: SystemInt32
 Id of chat user
Return Value
Type: 
BooleanTrue (is online) or false (is not online)
 See Also
See Also