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

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

Parameters

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