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 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 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