CustomTableItem.Initialize 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: 13.0.131
Syntaxprotected void Initialize(
string className,
DataRow dr
)
Parameters
- className
- Type: System.String
Class name - dr
- Type: System.Data.DataRow
Data row containing all page data
See Also