Click or drag to resize
CustomTableItemInitialize Method (String, DataRow)
Initializes the object created with default constructor. Use it to load existing item from data row.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax
C#
protected void Initialize(
	string className,
	DataRow dataRow
)

Parameters

className
Type: SystemString
Class name
dataRow
Type: System.DataDataRow
Data row containing all page data
See Also