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

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

Parameters

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