TreeNodeCloneNewNodeType Method |
Returns a clone of the node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic virtual NewNodeType Clone<NewNodeType>()
where NewNodeType : new(), TreeNode
Type Parameters
- NewNodeType
Return Value
Type:
NewNodeType
See Also