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

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

Parameters

dr
Type: System.DataDataRow
See Also