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: |
| object | An expression evaluating to an object of type McDataManager. | | pdbnodeParent | Required. A McDBNode object. The parent McDBNode. | | pdbnodeChild | Required. A McDBNode object. The child McDBNode. |
|