Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

ItemIndex Property

The index of the current Item in the response.

Object Oriented Interface

public function getItemIndex();
public function setItemIndex($value);

Procedural Interface

inamazon_paapi_get($res, 13 );
inamazon_paapi_set($res, 13, $value );

Default Value

0

Remarks

After parsing the XML received from the server, the class attempts to find a list of items in the response. When successful, the ItemCount will be a positive number greater than zero. When this occurs, and the user sets ItemIndex to a valid index, the XPath will be set to the path of the desired item.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0