Description
All McDBNode instances that contain this McDBNode in their Children collections.
-
Property type
-
A McDBNodes object.
-
Syntax
-
object.Referencers
The Referencers Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBNode. | Remarks
In a simple McDBNode hierarchy, each McDBNode is referenced by one other McDBNode (its Parent). However, through symbolic (mcdbAlias) linking of one McDBNode to another, an McDBNode instance may have multiple referening McDBNodes (i.e. McDBNode instances that list this McDBNode in their Children collections). Even the same McDBNode may reference this McDBNode in its Children multiple times. The McDBNodes in this property contain all McDBNode objects that reference (link to) this McDBNode as a child.
Notes
The resulting McDBNodes collection will consist of nodes that are a Parent of this McDBNode. Note that these nodes may exist in other databases.
|