| ChatRoomInfoProviderGetOneToOneChatRoomInfo Method (Int32) | 
            Gets one to one chat room with specified id.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ChatRoomInfo GetOneToOneChatRoomInfo(
	int chatRoomID
)
Parameters
- chatRoomID
- Type: SystemInt32
 ID of a room.
Return Value
Type: 
ChatRoomInfoChatRoomInfo or null
 See Also
See Also