Click or drag to resize
ChatSupportTakenRoomInfo Constructor (DataRow)
Constructor - Creates a new ChatSupportTakenRoomsInfo object from the given DataRow.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public ChatSupportTakenRoomInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also