Click or drag to resize
CustomTableItemNew Method (String, DataRow)
Creates new CustomTableItem instance which must inherit the CustomTableItem class.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static CustomTableItem New(
	string className,
	DataRow dataRow = null
)

Parameters

className
Type: SystemString
Class name in format application.class
dataRow (Optional)
Type: System.DataDataRow
Data row containing both tree node and coupled table

Return Value

Type: CustomTableItem
See Also