Click or drag to resize
CustomTableItemProviderCreateInfo Method (DataRow, Boolean)
Creates new custom table item instance

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