Click or drag to resize
TreeNodeCopyDataTo Method
Copies the node data to the destination node according to the settings.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void CopyDataTo(
	TreeNode destNode,
	CopyNodeDataSettings settings
)

Parameters

destNode
Type: CMS.DocumentEngineTreeNode
Destination node
settings
Type: CMS.DocumentEngineCopyNodeDataSettings
Copy settings
See Also