Click or drag to resize
RoomState Constructor
Constructor. parentName is used to create cache keys.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public RoomState(
	string parentName,
	ChatRoomInfo chatRoom
)

Parameters

parentName
Type: SystemString
Unique name of a parent object
chatRoom
Type: CMS.ChatChatRoomInfo
ChatRoom
See Also