MetabaseTreeList.refreshAll

Syntax

refreshAll (withCache)

Parameters

withCache.  If this parameter is set to False (default), the data on component refreshing is obtained from cache. If the parameter is set to True, the cache is cleared and refreshed together with the component to get the newest 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