HieService.open

Syntax

open (wbkInstanceId, rubInstanceId, rubKey, callback);

Parameters

wbkInstanceId. Sets workbook moniker that will be used to open hierarchy of the main time series database.

rubInstanceId. Sets moniker of time series database.

rubKey. Sets key of the time series database.

callback. Sets handler for operation execution end.

Description

The open method sends a request to open workbook hierarchy by one of the parameters.

Example

The example of using the open method is given on the HieService.getChildEls page.

See also:

HieService