Click or drag to resize
TreeNodeCloneNewNodeType Method
Returns a clone of the node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual NewNodeType Clone<NewNodeType>()
where NewNodeType : new(), TreeNode

Type Parameters

NewNodeType

Return Value

Type: NewNodeType
See Also