Aqualogic Interaction API  
 

IPTScheduler.OpenLogForSearch Method 

Conducts a search against an existing job log. Results are retrieved through an iteration of GetPage calls.

int OpenLogForSearch(
   int lInstanceID,
   int lLinesPerPage,
   string bstrText
);

Parameters

lInstanceID
The instance ID for the target log.
lLinesPerPage
The desired page size of search results.
bstrText
The text used in the search

Return Value

The number of search result pages.

See Also

IPTScheduler Interface | com.plumtree.server Namespace