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