TreeNodeNewNodeType Method (DataRow) |
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: 12.0.0
Syntax public static NodeType New<NodeType>(
DataRow dataRow = null
)
where NodeType : new(), TreeNode
Parameters
- dataRow (Optional)
- Type: System.DataDataRow
Data row containing both tree node and coupled data
Type Parameters
- NodeType
Return Value
Type:
NodeTypeSee Also