TreeNode New Method (String, DataRow, TreeProvider)Kentico 8.1 API Reference
Creates new instance of given class which must inherit TreeNode and fill it with given data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

className
Type: OnlineSystem String
Class name in format application.class
dataRow
Type: OnlineSystem.Data DataRow
Data row containing both tree node and coupled data
treeProvider (Optional)
Type: CMS.DocumentEngine TreeProvider
Tree provider used to access data

Return Value

Type: TreeNode
See Also