ChatRoomUserInfoProviderGetRoomsWhereChatUserIsOnline Method |
Gets rooms where specified chat user is online now.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static IEnumerable<int> GetRoomsWhereChatUserIsOnline(
int chatUserID
)
Parameters
- chatUserID
- Type: SystemInt32
Chat user ID
Return Value
Type:
IEnumerableInt32IDs of rooms
See Also