DataImportService.GetObjectsCompleted

Syntax

GetObjectsCompleted: function (sender, args)

Parameters

sender. Event source.

args. Event information. Available argument: Objects - array of obtained Od JSON objects.

Description

The GetObjectsCompleted event occurs after getting repository objects.

Example

The example of use is given in description of the DataImportService.getDictionaries method.

See also:

DataImportService