Click or drag to resize
CustomTableItem.New<ItemType> Method (String, DataRow)
Creates new custom table item instance.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 10.0.0
Syntax
C#
public static ItemType New<ItemType>(
	string className,
	DataRow dataRow
)
where ItemType : new(), CustomTableItem

Parameters

className
Type: System.String
Class name in format application.class
dataRow
Type: System.Data.DataRow
Data row containing both tree node and coupled table

Type Parameters

ItemType

Return Value

Type: ItemType
See Also