Description

Returns true when the given parent McDBNode has the given child McDBNode.

Return Type

A Boolean value.   Returns True when pdbnodeChild is a child of pdbnodeParent.
Failure Returns False.

Syntax

object.IsDBNodeChildOf (pdbnodeParent, pdbnodeChild)

The IsDBNodeChildOf Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataManager.
pdbnodeParentRequired. A McDBNode object. The parent McDBNode.
pdbnodeChildRequired. A McDBNode object. The child McDBNode.