CustomTableItemNew Method (String, DataRow) |
Creates new CustomTableItem instance which must inherit the CustomTableItem class.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax 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:
CustomTableItemSee Also