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 Updated: 2013-03-01