CustomTableItem Constructor (String, DataRow) |
Base constructor for inherited classes and internal purposes
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax public 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