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

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

Parameters

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