| Prev | Next | Basic Verbs > parentOf |
parentOf
| 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)
parentOf (root)
parentOf (websites.samples.UserLand.default)
|
| See Also |
nameOf
|
| Prev | Next | Basic Verbs > parentOf |