NavigatorBox.refreshForKey

Syntax

refreshForKey(rootKey, withCache);

Parameters

rootKey. Key of the folder with the content to update. If this parameter is not specified the current folder is refreshed.

withCache. If this parameter is set to False (default value), on refreshing the component the data 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 refreshForKey method refreshes contents of the folder with the specified key.

Example

The example of use is identical to the example given for the NavigatorBox.refresh method.

See also:

NavigatorBox