Click or drag to resize
TreeNodeClone Method (Boolean)
Returns a clone of the object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override TreeNode Clone(
	bool clear
)

Parameters

clear
Type: SystemBoolean
If true, the object is cleared to be able to create new object

Return Value

Type: TreeNode
See Also