Click or drag to resize
TreeNodeInsertAsLinkInternal Method
Inserts current node under specified parent node as a document link.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void InsertAsLinkInternal(
	TreeNode parent,
	int newDocumentsOwner,
	int newDocumentsGroup
)

Parameters

parent
Type: CMS.DocumentEngineTreeNode
Parent node
newDocumentsOwner
Type: SystemInt32
Owner of the new documents
newDocumentsGroup
Type: SystemInt32
Group of the new documents
Remarks
Use this method only for creating a new node linked to existing document (the node must be existing document). The standard path properties of the node are not used during the insert operation and they are overwritten with new values.
See Also