CustomTableItemInitialize Method (String, DataRow) |
Initializes the object created with default constructor. Use it to load existing item from data row.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax 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