Layout.getNavigationName ()
Return the name of this layout to be used in the global linkedpath macro
See also
hopobject.getNavigationName()
Sourcecode in Layout/objectFunctions.js:
1:
function getNavigationName() {
2:
return this.title;
3:
}