Uiinfrastructure API Docs  
 

IWebData.FlushData Method 

This optional method flushes all current data in the HTMLPage to the browser. This should only be called when the banner has been fully added to the HTMLPage. This method requires SetData to have been called first. This means that the HTMLHead element must be completed and that all HTMLObjects (like tables) that are currently in the HTMLBody element need to be complete. Data will not be able to be added to them after flushing. Data will be able to be added to the HTMLBody only. This is not currently implemented.

void FlushData();

See Also

IWebData Interface | com.plumtree.uiinfrastructure.activityspace Namespace