Cluster.DataGrid.CacheLoadConceptsByExtId()

Signature

Object[] CacheLoadConceptsByExtId(String[] extIds)

Domain

action

Description

Retrieve Concepts from the Cache whose extIds are specified.

Parameters

NameTypeDescription
extIdsString[]

Returns

TypeDescription
ObjectAn object array of size 2. The first element is either null or a non-empty array of Concepts that were found in the Cache. The second element is either null or a non-empty array of ExtId Strings of the Concepts that were not found in the Cache.

Cautions

none