item( )

Returns the URL for the page at a specified position in the user’s browse history.

Interface

PODSHistory

IDL definition
PODSString item(PODSInt32 position);
JavaScript synopsis
hist.item(position)
C synopsis
PODSString PODSitem(
  PODSHistory* hist,
  PODSInt32 position
);
Parameters
  • hist   The PODSHistory object.

  • position   [in]

Returns

URL for the page at the specified position.