Click or drag to resize
DocumentHelperChangeDocumentToLink Method
Changes the document so it is link to another document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void ChangeDocumentToLink(
	TreeNode node,
	int linkedNodeId,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
linkedNodeId
Type: SystemInt32
Node ID to link
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use
See Also