MetabaseTreeList.refreshAll

Syntax

refreshAll (withCache)

Parameters

withCache. If the property is set to false (default value), data is loaded from cache during object update. If the property is set to true, cache is cleared and its contents is updated together with the component to get the latest data.

Description

The refreshAll method refreshes all tree of repository objects.

Example

The example of use is given in description of the MetabaseTreeList.getShowRootFolder method.

See also:

MetabaseTreeList