Click or drag to resize
TreeNode Constructor

Note: This API is now obsolete.

Empty constructor, allowed only if Initialize is called immediately after it.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This constructor is meant for system purposes, it shouldn't be used directly. Use method TreeNode.New.")]
public TreeNode()
See Also