Click or drag to resize
ChatRoomInfoProviderGetChatRoomInfo Method (String, String)
Returns chat room with specified name.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatRoomInfo GetChatRoomInfo(
	string roomName,
	string siteName
)

Parameters

roomName
Type: SystemString
Chat room name.
siteName
Type: SystemString
Site name.

Return Value

Type: ChatRoomInfo
See Also