Click or drag to resize
TreeNodeInsertTreeNodeData Method
Inserts the CMS_Tree part of the document node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void InsertTreeNodeData(
	BaseInfo parent
)

Parameters

parent
Type: CMS.DataEngineBaseInfo
Parent node
See Also