IsInsertingPage Syntax IsInsertingPage(); Description Checks if the current page is being inserted to the output queue. Returns 1 True 0 False Example if(IsInsertingPage()) { InsertPage("SummaryOverlay","SummaryProcessLink"); }
IsInsertingPage();
if(IsInsertingPage())
{
InsertPage("SummaryOverlay","SummaryProcessLink");
}