Click or drag to resize
TreeNodeInsertInternal Method
Inserts current node under specified parent node. The node is inserted as root if its class is root class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void InsertInternal(
	TreeNode parent
)

Parameters

parent
Type: CMS.DocumentEngineTreeNode
Parent node
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