Click or drag to resize
ChatRoomInfoProviderGetChatRooms Method
Returns the query for all chat rooms.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ChatRoomInfo> GetChatRooms()

Return Value

Type: ObjectQueryChatRoomInfo
See Also