MetabaseDialogBase.getPathToRoot

Syntax

getPathToRoot();

Description

The getPathToRoot method returns path from repository root to the currently opened folder in a basic dialog box with repository.

Comments

The method returns an array of PP.Mb.Object objects, that are parts of the path to the currently open folder.

The current folder in the dialog box is set with the MetabaseDialogBase.OpenToKey property and the MetabaseDialogBase.openFoldersTo method.

Example

The example of use is given in the page with description of the MetabaseDialogBase.openFoldersTo method.

See also:

MetabaseDialogBase