| Syntax |
parentOf (value)
|
| Params |
value is a database object whose parent you wish to get the address of.
|
| Action |
Determines the address of the parent of the specified object.
|
| Returns |
The address of the parent of the object.
|
| Examples |
parentOf (examples.testText)
» @root.examples
parentOf (scratchpad)
» @root
parentOf (root)
» ""
parentOf (websites.samples.UserLand.default)
» @websites.samples.UserLand
|
| See Also |
nameOf
|