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: 9.0.0
Syntax
C#
protected void Initialize(
	string className,
	DataRow dr
)

Parameters

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