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: 11.0.0
Syntax 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