CustomTableItemProviderCreateInfo Method (DataRow, Boolean) |
Creates new custom table item instance
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax protected override CustomTableItem CreateInfo(
DataRow dr = null,
bool useGenerator = true
)
Parameters
- dr (Optional)
- Type: System.DataDataRow
Data row with the object data - useGenerator (Optional)
- Type: SystemBoolean
If true, the process allows using the generator to differentiate between particular info types based on data
Return Value
Type:
CustomTableItemSee Also