| CustomTableItemProviderCreateInfo Method (DataRow, Boolean) | 
            Creates new custom table item instance
            
 
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntaxprotected 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: 
CustomTableItem
See Also