company logo

Line :: treePath - Get tree hierarchy path

The function returns the hierarchy path to the line, which may be used to expand the tree to the item attached. When no line is attached, the function throws an exception.

Return value:  Value hierarchy path ( odaba::String  )

companies(run).persons(P001).children(0)

refers to first child in person 'P001' employed in company 'run'

Implementation details

odaba::StringList Line  :: treePath (  )