Click or drag to resize
ChatRoomInfoProviderGetOneToOneChatRoomInfo Method (String)
Gets one to one chat room with specified code name. Room must be global, because all one one one rooms are global.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatRoomInfo GetOneToOneChatRoomInfo(
	string roomCodeName
)

Parameters

roomCodeName
Type: SystemString
Code name of a room.

Return Value

Type: ChatRoomInfo
ChatRoomInfo or null
See Also