MetabaseDialogBase.refresh

Syntax

refresh(rootKey: Number, withoutCache: Boolean);

Parameters

rootKey. Key of the folder to be refreshed. If this parameter is not defined, the current folder is refreshed

withoutCache. Indicates if the folder contents are refreshed without refreshing cached data. If this parameter is set to False, data for component update is obtained from cache. If the parameter is set to True (default), cache is cleared, and its content is refreshed along with the component to get the most recent data.

Description

The refresh method refreshes folder contents by its key in a basic dialog box with repository.

Example

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

See also:

MetabaseDialogBase