Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Method Signature

Item[] getItems(String[] itemIds);

Description

Retrieves an array of Items with the specified itemIds.

Parameters

String[] - an array of item ids to retrieve.

Result

Item[]- the array of Item objects. If you specified an invalid item id in the parameter then that item will not be present in the result.

  • No labels