Creates new instance of given class which must inherit specified node type and fill it with given data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- className
- Type: System String
Class name in format application.class
- dataRow
- Type: System.Data DataRow
Data row containing both tree node and coupled data
- treeProvider
- Type: CMS.DocumentEngine TreeProvider
Tree provider used to access data
Return Value
Type: NodeTypeSee Also