MetabaseObjectsView.refresh

Syntax

refresh(rootKey, withCache);

Parameters

rootKey. Number. Repository object key that should be refreshed. Optional parameter. By default refreshes all objects.

withCache. Booleam. Indicates whether cached objects are taken into account. Optional parameter. By default is is set to true.

Description

The refresh method refreshes status of the specified object in component.

Example

The method use is given on the MetabaseObjectsView.Filter method page.

See also:

MetabaseObjectsView