In This Topic
Reference Guides / JavaScript API / Actions / Interface / SearchNavigateToOccurrence

SearchNavigateToOccurrence

In This Topic
 SearchNavigateToOccurrence

This function allows you to navigate the a given search result occurrence (zero based).

The search results count can be obtained with the GetSearchResultsCount method.

SearchNavigateToOccurrence: function (docuViewareID, occurrence)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to toggle the URI dialog in.
occurrence
The occurrence number you want to navigate to (from 0 to search results count).

Return Value

1 if error, 0 if success.