| SiteOnlineUsersIsChatUserOnline Method  | 
            Checks if chat user with specified ID is online.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
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