MetaAttributeBreadCrumbView.refresh

Syntax

refresh (args, fireEvent);

Parameters

args. Parameters that indicate, what should be refreshed.

fireEvent. Determines whether to fire the RequestSelectedItemsChanged event on calling the method. If the parameter is set to True (default), the event is fired, otherwise it is not.

Description

The refresh method calculates breadcrumb items in accordance with the model or with the saved Options state, if it is available.

Example

The example of using the refresh method is given on the MetaAttributeBreadCrumbView.Options page.

See also:

MetaAttributeBreadCrumbView