DataMinerNode.IsChildOf
This function determines if this node is a child of the given node. If bRecurse is False, this node must be an immediate child of the given node, otherwise recurses to children of children.
| Syntax | Parameters | Return Value |
|---|---|---|
Function DataMinerNode.IsChildOf( _
node As DataMinerNode, _
Optional bRecurse As Boolean = False) As Boolean
|
Type: DataMinerNode Type: Boolean Default value: False |
Boolean |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
