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