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

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

Parameters

dr
Type: System.DataDataRow
See Also