Click or drag to resize
TreeNodeNew Method (String, DataRow, TreeProvider)
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: 11.0.0
Syntax
C#
public static TreeNode New(
	string className,
	DataRow dataRow,
	TreeProvider treeProvider = null
)

Parameters

className
Type: SystemString
Class name in format application.class
dataRow
Type: System.DataDataRow
Data row containing both tree node and coupled data
treeProvider (Optional)
Type: CMS.DocumentEngineTreeProvider
Tree provider used to access data

Return Value

Type: TreeNode
See Also