| CustomTableItem Constructor (String, DataRow) | 
            Base constructor for inherited classes and internal purposes
            
 
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
 Syntax
Syntaxpublic CustomTableItem(
	string className,
	DataRow dr = null
)
Parameters
- className
- Type: SystemString
 Class name of the custom table
- dr (Optional)
- Type: System.DataDataRow
 DataRow with the data
 See Also
See Also