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