GetFirstPage()

Syntax:

GetFirstPage( Keyword )

Return:

The first Page object that contains a specified keyword.

If the keyword is not found on any pages the return is NULL.

Remarks:

This function will return the first Page object that contains a specified keyword in a Search object. To find a Page object, you must first create a Search object using OpenSearch.

image\Script_Button.jpgExamples