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