Constructor. parentName is used to create cache keys.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic RoomState(
	string parentName,
	ChatRoomInfo chatRoom
)
Parameters
- parentName
- Type: SystemString
 Unique name of a parent object
- chatRoom
- Type: CMS.ChatChatRoomInfo
 ChatRoom
 See Also
See Also