Click or drag to resize
TreeNodeInsert Method (TreeNode, Boolean)
Inserts current node under specified parent node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void Insert(
	TreeNode parent,
	bool useDocumentHelper = true
)

Parameters

parent
Type: CMS.DocumentEngineTreeNode
Parent node
useDocumentHelper (Optional)
Type: SystemBoolean
Use document helper
Remarks
Use this method only for creating a new node that doesn't exist yet. The standard path properties of the node are not used during the insert operation and they are overwritten with new values.
See Also