Tree.getChildNodeCount (Method)
Returns the count of direct children under the specified node.
Returns:
NonNegativeInteger
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | TreeID | Required | The unique ID of the tree. |
nodeID | TreeNodeID_0 | Optional. Defaults to '0'. | The unique ID of the tree node, or 0 to get the count of root nodes. |
includeInactive | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true indicates that CommonSpot includes inactive nodes of the tree. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
409 |
Notes:
None