TreeNodeInitialize Method (String, DataRow, TreeProvider) |
Initializes the object created with default constructor. Use it to load existing node from data row.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected void Initialize(
string className,
DataRow dataRow,
TreeProvider treeProvider
)
Parameters
- className
- Type: SystemString
Class name in format application.class - dataRow
- Type: System.DataDataRow
Data row containing all tree node, document and coupled table - treeProvider
- Type: CMS.DocumentEngineTreeProvider
Tree provider used to access data
See Also