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

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

Parameters

dr
Type: System.DataDataRow
See Also