Click or drag to resize
SiteRoomsGetRoom Method
Gets RoomState. Room is specified by chatRoomID. Rooms are updated before retrieving if needed.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public RoomState GetRoom(
	int chatRoomID
)

Parameters

chatRoomID
Type: SystemInt32
ID of a chat room

Return Value

Type: RoomState
RoomState or null if room was not found
See Also