Click or drag to resize
CustomTableItem Constructor (String, DataRow)
Base constructor for inherited classes and internal purposes

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
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