TreeNodeNew Method (DataRow) |
Creates new instance of given class which must inherit TreeNode and fill it with given data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static TreeNode New(
DataRow dataRow
)
Parameters
- dataRow
- Type: System.DataDataRow
Data row containing both tree node and coupled data
Return Value
Type:
TreeNodeSee Also