Click or drag to resize
ChatRoomUserInfoProviderGetRoomsWhereChatUserIsOnline Method
Gets rooms where specified chat user is online now.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<int> GetRoomsWhereChatUserIsOnline(
	int chatUserID
)

Parameters

chatUserID
Type: SystemInt32
Chat user ID

Return Value

Type: IEnumerableInt32
IDs of rooms
See Also