Click or drag to resize
TreeNodeChangeToLink Method
Changes the document node to the link to another document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void ChangeToLink(
	int linkedNodeId
)

Parameters

linkedNodeId
Type: SystemInt32
Node to link
See Also