Click or drag to resize

EmailNotification Constructor (IDataReader)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public EmailNotification(
	IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader
Data reader used to fill object property values.
See Also