Click or drag to resize
TreeNodeNodeChildNodesCount Property

Note: This API is now obsolete.

Node child nodes count.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete. You can get the count dynamically through Children property. To check if the node has child nodes, use NodeHasChildren property.")]
public int NodeChildNodesCount { get; }

Property Value

Type: Int32
See Also