Skip to main content
Version: 10.1

$.udbMeta(ds).path()

note

This article is about the path() function of the DataSourceMetaContainer object.

$.udbMeta(ds).path()

Gets the full data source path of the first data source in the container, including embedded pages (if any).

Returns a data source path using data source path syntax.

Syntax

$.udbMeta( *ds* ).path( *short* )

*short* ::= { true | false }

The required ds is a data source selector.

If short is true, the main page's path is excluded from the result.

Example

$.udbMeta('EMP').path();