Script functions reference > Script functions in alphabetical order > I > IsInsertingPage

IsInsertingPage
Syntax
IsInsertingPage();
Description
Checks if the current page is being inserted to the output queue.
Returns
Example
if(IsInsertingPage())
{
    InsertPage("SummaryOverlay","SummaryProcessLink");
}
OpenText StreamServe 5.6.2 Updated: 2018-01-26