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

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

Parameters

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