Description The database ID path for represented object or its parent.
-
Property type
-
A String value.
-
Syntax
-
object.Path([bIncludeDatabase], [lAncestorLevel])
The Path Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRef. | | bIncludeDatabase | Optional. A Boolean value. When True the path will identify the database logical name of the left most identifier in the path in form //. | | lAncestorLevel | Optional. A Long value. 0 to -n where -1 is the parent (positive values are interpreted as negative) | Remarks Each identifier in an ID path absolutely identifies a McDBNode rather a name lookup of each parent mcdbnode.
|