Gets an array of items whose ItemID match the given id.
[JavaScript]
Navigator.searchItemsById(
id)
Parameters
-
id
- The ItemID to search for.
Return Value
Returns an array of matched items, returns an array of zero length if no matching item was found.
See Also
Navigator Object